Skip to content

Commit ac1de72

Browse files
committed
Ignore ui-tests in jest
1 parent 7046e38 commit ac1de72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
'<rootDir>/jupyter-config'
2727
],
2828
setupFiles: ['<rootDir>/testutils/jest-setup-files.js'],
29-
testPathIgnorePatterns: ['/lib/', '/node_modules/', '/jupyterlab_git/'],
29+
testPathIgnorePatterns: ['/lib/', '/node_modules/', '/jupyterlab_git/', '/ui-tests/'],
3030
testRegex: '/tests/.*.spec.ts[x]?$',
3131
transformIgnorePatterns: [`/node_modules/(?!${esModules}).+`],
3232
globals: {

0 commit comments

Comments
 (0)