Skip to content

Commit b578830

Browse files
committed
test: pass update file in test script so that tests don't fail on CI
1 parent be60e40 commit b578830

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
@@ -4,7 +4,7 @@
44
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
55
"private": true,
66
"scripts": {
7-
"test": "react-scripts test --env=jsdom --watchAll",
7+
"test": "react-scripts test -u --env=jsdom --watchAll",
88
"storybook": "start-storybook -p 6007",
99
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files ",
1010
"dist": "node_modules/.bin/webpack",

0 commit comments

Comments
 (0)