diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index c1869db..7ea1a16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", - "test": "jest", + "test": "jest" }, "dependencies": { "axios": "^0.18.0", |