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 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", |