Skip to content

Commit b2c8a66

Browse files
committed
fix(test): disable jest watch mode in package test script
1 parent d9ad357 commit b2c8a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-device-activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"clean": "expo-module clean",
1010
"lint": "expo-module lint",
1111
"typecheck": "tsc --noEmit",
12-
"test": "bun run test:runtime && bun run test:plugin",
12+
"test": "CI=1 bun run test:runtime && CI=1 bun run test:plugin",
1313
"test:runtime": "expo-module test --config ./jest.runtime.config.js",
1414
"test:plugin": "expo-module test plugin",
1515
"prepublishOnly": "expo-module prepublishOnly && tsc && cp ../../README.md ./README.md",

0 commit comments

Comments
 (0)