Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Mar 24, 2023
1 parent 520b3f6 commit b20d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nbdime/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
setupFiles: ['<rootDir>/test/jest-setup-files.js'],
testPathIgnorePatterns: ['/lib/', '/node_modules/'],
testRegex: '/test/src/.*.spec.ts$',
transformIgnorePatterns: ['/node_modules/(?!((@jupyterlab|y-protocols|lib0)/.*))'],
transformIgnorePatterns: ['/node_modules/(?!((@jupyterlab|y-protocols|@jupyter/ydoc|lib0)/.*))'],
globals: {
'ts-jest': {
tsconfig: tsOptions
Expand Down

0 comments on commit b20d649

Please sign in to comment.