Skip to content

Commit

Permalink
remove extra demo downstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored and maartenbreddels committed Mar 27, 2023
1 parent c9036d1 commit 0301df0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ pandas
scikit-image
scikit-learn
sympy

# checking https://github.com/jupyter-widgets/ipywidgets/issues/3735
ipyelk
ipyforcegraph<0.3.1
ipylab
ipytree
ipydatagrid
3 changes: 3 additions & 0 deletions packages/base/test/karma-cov.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = function (config) {
{ type: 'html', dir: 'test/coverage' },
],
},
mochaReporter: {
showDiff: true
},
port: 9876,
colors: true,
singleRun: true,
Expand Down
3 changes: 3 additions & 0 deletions packages/base/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = function (config) {
basePath: '..',
frameworks: ['mocha'],
reporters: ['mocha'],
mochaReporter: {
showDiff: true
},
files: ['test/build/bundle.js'],
port: 9876,
colors: true,
Expand Down

0 comments on commit 0301df0

Please sign in to comment.