Skip to content

Commit bd69a85

Browse files
committed
fix: jest exclusion
1 parent fba3cc0 commit bd69a85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const globby = require('globby');
33
const testFilesToIgnore = globby.sync([
44
'packages/components/**/*.e2e.js',
55
'packages/**/*.data.js',
6-
'__tests__/**/*.js',
76
]);
87

98
module.exports = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"test:e2e:quick-local": "NOW_URL=http://localhost:3000 ./node_modules/.bin/nightwatch --config packages/testing/testing-nightwatch/nightwatch.local.js",
6666
"test:e2e:quick-master": " NOW_URL=https://master.boltdesignsystem.com ./node_modules/.bin/nightwatch --config packages/testing/testing-nightwatch/nightwatch.local.js",
6767
"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' ",
6969
"test:js:quick": "NODE_ENV='test' jest --all --colors \"$(bolt-list-pkg-paths-changed)\" ",
7070
"test:js:update": "yarn run test:js -u",
7171
"test:monorepo": "jest ./__tests__/monorepo -c jest.config.quick.js --noStackTrace",

0 commit comments

Comments
 (0)