From 20b8936cacbc765402e22bf157c4b06f53f1f0e4 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Mon, 23 Aug 2021 14:56:31 -0500 Subject: [PATCH] Add jest to standard --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"