jupyterlab-sidecar
                                
                                
                                
                                    jupyterlab-sidecar copied to clipboard
                            
                            
                            
                        Tests are not passing
In the tests there is an
import {
  ExampleModel, ExampleView
} from '../../src/'
But there is no definition of those types in the code base
The python tests have a similar issue.  sidecar/tests/test_example.py tries to import the module sidecar.example, but this doesn't seem to exist as far as I can tell.
Those example tests are most likely coming from the widget cookiecutter.
I resolved this part of the tests in #38, but I got stuck down the line. Like @jtpio guess, I also think they are unused remnants from the cookiecutter.