Skip to content

Commit bbcde94

Browse files
committed
chore: remove unused test script in example
1 parent 057204c commit bbcde94

File tree

1 file changed

+1
-2
lines changed
  • packages/create-react-native-library/templates/expo-library/example

1 file changed

+1
-2
lines changed

packages/create-react-native-library/templates/expo-library/example/$package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"android": "expo start --android",
99
"ios": "expo start --ios",
1010
"web": "expo start --web",
11-
"start": "expo start",
12-
"test": "jest"
11+
"start": "expo start"
1312
},
1413
"dependencies": {
1514
"expo": "^45.0.0",

0 commit comments

Comments
 (0)