Skip to content

Commit 1e4a689

Browse files
committed
push package.json auto formatting
1 parent 0078fa5 commit 1e4a689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135
"setupFiles": [
136136
"./jest-setup.js"
137137
],
138-
"testMatch": ["**/*.spec.(js|tsx)"],
138+
"testMatch": [
139+
"**/*.spec.(js|tsx)"
140+
],
139141
"moduleNameMapper": {
140142
"^react-native-reanimated$": "<rootDir>/node_modules/react-native-reanimated/src/Animated.js"
141143
}

0 commit comments

Comments
 (0)