Skip to content

Commit 5f9d1dc

Browse files
committed
Force no caching for jest
1 parent d3fb4b0 commit 5f9d1dc

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
@@ -21,7 +21,7 @@
2121
"clean:slate": "jlpm clean:more && jlpm clean:labextension && rimraf node_modules",
2222
"contributors:generate": "jlpm run all-contributors generate",
2323
"lint": "eslint . --ext .ts,.tsx --fix",
24-
"test": "jest",
24+
"test": "jest --no-cache",
2525
"eslint-check": "eslint . --ext .ts,.tsx",
2626
"prepare": "jlpm run build",
2727
"watch": "tsc -w"

0 commit comments

Comments
 (0)