Skip to content

Commit

Permalink
fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Dec 23, 2019
1 parent 69f56ec commit fad95e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test-nbformat/jest.config.js
@@ -1,2 +1,2 @@
const func = require('@jupyterlab/testutils/lib/jest-config');
module.exports = func('fileeditor', __dirname);
module.exports = func('nbformat', __dirname);
2 changes: 1 addition & 1 deletion tests/test-settingregistry/jest.config.js
@@ -1,2 +1,2 @@
const func = require('@jupyterlab/testutils/lib/jest-config');
module.exports = func('logconsole', __dirname);
module.exports = func('settingregistry', __dirname);
2 changes: 1 addition & 1 deletion tests/test-statedb/jest.config.js
@@ -1,2 +1,2 @@
const func = require('@jupyterlab/testutils/lib/jest-config');
module.exports = func('logconsole', __dirname);
module.exports = func('statedb', __dirname);

0 comments on commit fad95e3

Please sign in to comment.