Skip to content

Commit 6f752e7

Browse files
committed
remove --passWithNoTests flag
1 parent 08a3c90 commit 6f752e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/packages/preferences/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"publish:preview": "yarn npm publish --tag preview",
3838
"since-latest-release": "../../../../scripts/since-latest-release.sh",
3939
"start": "mm-snap watch",
40-
"test": "jest --reporters=jest-silent-reporter --passWithNoTests",
40+
"test": "jest --reporters=jest-silent-reporter",
4141
"test:clean": "jest --clearCache",
4242
"test:verbose": "jest --verbose",
4343
"test:watch": "jest --watch"

0 commit comments

Comments
 (0)