diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 86cfc7b..0f31349 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "description": "Vim vixen", "scripts": { "start": "webpack -w --debug", - "lint": "eslint src" + "lint": "eslint src", + "test": "true" }, "repository": { "type": "git", |