diff --git a/projects/Apps/package.json b/projects/Apps/package.json index b690d8328e..b850bb3077 100644 --- a/projects/Apps/package.json +++ b/projects/Apps/package.json @@ -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",