|
@@ -1,45 +1,45 @@
|
|
|
// Copyright (c) Jupyter Development Team.
|
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-// import './common/activitymonitor.spec';
|
|
|
-// import './common/observablelist.spec';
|
|
|
+import './common/activitymonitor.spec';
|
|
|
+import './common/observablelist.spec';
|
|
|
|
|
|
import './console/history.spec';
|
|
|
|
|
|
-// import './dialog/dialog.spec';
|
|
|
+import './dialog/dialog.spec';
|
|
|
|
|
|
-// import './docregistry/default.spec';
|
|
|
-// import './docregistry/registry.spec';
|
|
|
+import './docregistry/default.spec';
|
|
|
+import './docregistry/registry.spec';
|
|
|
|
|
|
-// import './filebrowser/model.spec';
|
|
|
+import './filebrowser/model.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/completion/handler.spec';
|
|
|
-// import './notebook/completion/model.spec';
|
|
|
-// import './notebook/completion/widget.spec';
|
|
|
+import './notebook/completion/handler.spec';
|
|
|
+import './notebook/completion/model.spec';
|
|
|
+import './notebook/completion/widget.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/nbformat.spec';
|
|
|
-// import './notebook/notebook/panel.spec';
|
|
|
-// import './notebook/notebook/toolbar.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/nbformat.spec';
|
|
|
+import './notebook/notebook/panel.spec';
|
|
|
+import './notebook/notebook/toolbar.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 'phosphor/styles/base.css';
|
|
|
+import 'phosphor/styles/base.css';
|