|
@@ -1,57 +1,57 @@
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-// import './common/activitymonitor.spec';
|
|
|
|
-// import './common/instancetracker.spec';
|
|
|
|
-// import './common/observablevector.spec';
|
|
|
|
-// import './common/vdom.spec';
|
|
|
|
|
|
+import './common/activitymonitor.spec';
|
|
|
|
+import './common/instancetracker.spec';
|
|
|
|
+import './common/observablevector.spec';
|
|
|
|
+import './common/vdom.spec';
|
|
|
|
|
|
-// import './completer/handler.spec';
|
|
|
|
-// import './completer/model.spec';
|
|
|
|
-// import './completer/widget.spec';
|
|
|
|
|
|
+import './completer/handler.spec';
|
|
|
|
+import './completer/model.spec';
|
|
|
|
+import './completer/widget.spec';
|
|
|
|
|
|
-// import './console/history.spec';
|
|
|
|
|
|
+import './console/history.spec';
|
|
|
|
|
|
-// import './dialog/dialog.spec';
|
|
|
|
|
|
+import './dialog/dialog.spec';
|
|
|
|
|
|
import './docmanager/savehandler.spec';
|
|
import './docmanager/savehandler.spec';
|
|
|
|
|
|
-// import './docregistry/context.spec';
|
|
|
|
-// import './docregistry/default.spec';
|
|
|
|
-// import './docregistry/registry.spec';
|
|
|
|
|
|
+import './docregistry/context.spec';
|
|
|
|
+import './docregistry/default.spec';
|
|
|
|
+import './docregistry/registry.spec';
|
|
|
|
|
|
|
|
|
|
-// import './filebrowser/model.spec';
|
|
|
|
|
|
+import './filebrowser/model.spec';
|
|
|
|
|
|
-// import './inspector/inspector.spec';
|
|
|
|
|
|
+import './inspector/inspector.spec';
|
|
|
|
|
|
-// import './markdownwidget/widget.spec';
|
|
|
|
|
|
+import './markdownwidget/widget.spec';
|
|
|
|
|
|
-// import './renderers/renderers.spec';
|
|
|
|
-// import './renderers/latex.spec';
|
|
|
|
|
|
+import './renderers/renderers.spec';
|
|
|
|
+import './renderers/latex.spec';
|
|
|
|
|
|
-// import './rendermime/rendermime.spec';
|
|
|
|
|
|
+import './rendermime/rendermime.spec';
|
|
|
|
|
|
-// import './notebook/cells/editor.spec';
|
|
|
|
-// import './notebook/cells/model.spec';
|
|
|
|
-// import './notebook/cells/widget.spec';
|
|
|
|
|
|
+import './notebook/cells/editor.spec';
|
|
|
|
+import './notebook/cells/model.spec';
|
|
|
|
+import './notebook/cells/widget.spec';
|
|
|
|
|
|
-// import './notebook/common/undo.spec';
|
|
|
|
|
|
+import './notebook/common/undo.spec';
|
|
|
|
|
|
-// import './notebook/notebook/actions.spec';
|
|
|
|
-// import './notebook/notebook/default-toolbar.spec';
|
|
|
|
-// import './notebook/notebook/model.spec';
|
|
|
|
-// import './notebook/notebook/modelfactory.spec';
|
|
|
|
-// import './notebook/notebook/panel.spec';
|
|
|
|
-// import './notebook/notebook/trust.spec';
|
|
|
|
-// import './notebook/notebook/widget.spec';
|
|
|
|
-// import './notebook/notebook/widgetfactory.spec';
|
|
|
|
|
|
+import './notebook/notebook/actions.spec';
|
|
|
|
+import './notebook/notebook/default-toolbar.spec';
|
|
|
|
+import './notebook/notebook/model.spec';
|
|
|
|
+import './notebook/notebook/modelfactory.spec';
|
|
|
|
+import './notebook/notebook/panel.spec';
|
|
|
|
+import './notebook/notebook/trust.spec';
|
|
|
|
+import './notebook/notebook/widget.spec';
|
|
|
|
+import './notebook/notebook/widgetfactory.spec';
|
|
|
|
|
|
-// import './notebook/output-area/model.spec';
|
|
|
|
-// import './notebook/output-area/widget.spec';
|
|
|
|
|
|
+import './notebook/output-area/model.spec';
|
|
|
|
+import './notebook/output-area/widget.spec';
|
|
|
|
|
|
-// import './notebook/tracker.spec';
|
|
|
|
|
|
+import './notebook/tracker.spec';
|
|
|
|
|
|
-// import './toolbar/toolbar.spec';
|
|
|
|
|
|
+import './toolbar/toolbar.spec';
|
|
|
|
|
|
import 'phosphor/styles/base.css';
|
|
import 'phosphor/styles/base.css';
|