Skip to content

Commit abd9981

Browse files
committed
chore: update test script in package.json to allow passing with no tests
1 parent 4d8c6f3 commit abd9981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "expo-module build",
99
"clean": "expo-module clean",
10-
"test": "expo-module test",
10+
"test": "expo-module test --passWithNoTests",
1111
"prepare": "expo-module prepare",
1212
"prepublishOnly": "expo-module prepublishOnly",
1313
"release": "release-it",

0 commit comments

Comments
 (0)