We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7046e38 commit ac1de72Copy full SHA for ac1de72
jest.config.js
@@ -26,7 +26,7 @@ module.exports = {
26
'<rootDir>/jupyter-config'
27
],
28
setupFiles: ['<rootDir>/testutils/jest-setup-files.js'],
29
- testPathIgnorePatterns: ['/lib/', '/node_modules/', '/jupyterlab_git/'],
+ testPathIgnorePatterns: ['/lib/', '/node_modules/', '/jupyterlab_git/', '/ui-tests/'],
30
testRegex: '/tests/.*.spec.ts[x]?$',
31
transformIgnorePatterns: [`/node_modules/(?!${esModules}).+`],
32
globals: {
0 commit comments