From 5f53ecca3b79e62703d20f8d60caf65745cbfe03 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 19 Jan 2019 20:58:26 -0800 Subject: Limit jest serach to src dir --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8bd7b6..fbe5adb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "tsc && typedoc --out docs src", - "test": "jest" + "test": "jest src" }, "author": "Nicholas Van Doorn", "license": "MIT", -- cgit v1.2.3