Skip to content

Commit daa242a

Browse files
committed
Don't need to worry about test/.results directory any more
1 parent ddc0437 commit daa242a

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
@@ -19,7 +19,7 @@
1919
"lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
2020
"test": "jest",
2121
"test:watch": "jest --watch",
22-
"test:ci": "rimraf test/.results && mkdirp test/.results && jest --ci --runInBand --passWithNoTests",
22+
"test:ci": "jest --ci --runInBand --passWithNoTests",
2323
"version": "npm run build",
2424
"postversion": "npm run postbuild",
2525
"release": "np --contents dist/",

0 commit comments

Comments
 (0)