Skip to content

Commit

Permalink
more remaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Dec 5, 2019
1 parent 1559d75 commit 24cbfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab/coreconfig.py
Expand Up @@ -33,7 +33,7 @@ def _only_nonlab(collection):
This is useful to take the default values of e.g. singletons and filter
away the '@jupyterlab/' namespace packages, but leave any others (e.g.
phosphor and react).
lumino and react).
"""
if isinstance(collection, dict):
return dict(
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/tests/test_app.py
Expand Up @@ -312,7 +312,7 @@ def get_command(self):
with open(karma_inject_file, 'w') as fid:
fid.write("""
require('es6-promise/dist/es6-promise.js');
require('@phosphor/widgets/style/index.css');
require('@lumino/widgets/style/index.css');
var node = document.createElement('script');
node.id = 'jupyter-config-data';
Expand Down

0 comments on commit 24cbfb5

Please sign in to comment.