diff --git a/package.json b/package.json index 1fc9170..1f2b423 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A CLI for Torchlight - the syntax highlighting API", "main": "index.js", "scripts": { - "test": "standard && jest" + "test": "standard --env jest && jest" }, "bin": { "torchlight": "index.js"