Skip to content

Commit

Permalink
make test-Apps actually run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AWare committed Nov 27, 2019
1 parent 5665996 commit 1107df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Monorepo for React Native Apps",
"main": "index.js",
"scripts": {
"test": "echo 'Apps require no tests'",
"test": "yarn workspace @guardian/editions-common run test",
"build": "echo 'Apps does not need building.'"
},
"author": "The Guardian",
Expand Down

0 comments on commit 1107df1

Please sign in to comment.