File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ const globby = require('globby');
3
3
const testFilesToIgnore = globby . sync ( [
4
4
'packages/components/**/*.e2e.js' ,
5
5
'packages/**/*.data.js' ,
6
- '__tests__/**/*.js' ,
7
6
] ) ;
8
7
9
8
module . exports = {
Original file line number Diff line number Diff line change 65
65
"test:e2e:quick-local" : " NOW_URL=http://localhost:3000 ./node_modules/.bin/nightwatch --config packages/testing/testing-nightwatch/nightwatch.local.js" ,
66
66
"test:e2e:quick-master" : " NOW_URL=https://master.boltdesignsystem.com ./node_modules/.bin/nightwatch --config packages/testing/testing-nightwatch/nightwatch.local.js" ,
67
67
"pretest:js" : " npm run setup:php" ,
68
- "test:js" : " NODE_ENV='test' jest --all --colors" ,
68
+ "test:js" : " NODE_ENV='test' jest --all --colors 'packages|scripts' " ,
69
69
"test:js:quick" : " NODE_ENV='test' jest --all --colors \" $(bolt-list-pkg-paths-changed)\" " ,
70
70
"test:js:update" : " yarn run test:js -u" ,
71
71
"test:monorepo" : " jest ./__tests__/monorepo -c jest.config.quick.js --noStackTrace" ,
You can’t perform that action at this time.
0 commit comments