Skip to content

Commit a141bbe

Browse files
dominicfraserolliecurtis
authored andcommitted
put back dot so it actually matches some tests...
1 parent db196fc commit a141bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"pretest": "npx [email protected] ",
20-
"test": "npm run lint && jest --testPathPattern=\"^((?!use-colors/)(?!use-tokens/))*$\"",
20+
"test": "npm run lint && jest --testPathPattern=\"^((?!use-colors/)(?!use-tokens/).)*$\"",
2121
"lint": "npm run lint:js",
2222
"lint:js": "eslint . --ext js",
2323
"lint:js:fix": "eslint . --ext js --fix",

0 commit comments

Comments
 (0)