diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6fc5ffe..c505878 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "scripts": { - "test": "./node_modules/babel-tape-runner/bin/babel-tape-runner tests/*.js | faucet" + "test": "./node_modules/babel-tape-runner/bin/babel-tape-runner tests/*.js tests/test-suite/*.js | faucet" }, "repository": { "type": "git", |