From ab7371f34d59ff677722c8ac4e651cb6df1f945d Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sun, 29 May 2022 12:48:33 +0100 Subject: [PATCH] Add `test` script This is useful for tools which expect `npm test` to work. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3531c1a..db337f4 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "./node": "./src/node-worker.js" }, "scripts": { + "test": "make test", "typecheck": "tsc" }, "repository": {