diff --git a/package.json b/package.json index 8765f91..0528568 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,8 @@ "type": "module", "bin": { "hi2js": "./cli.js" + }, + "scripts": { + "test": "node run-tests.js" } }