diff --git a/package.json b/package.json index f6a4fbe..c3a4e4f 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "type": "module", "bin": { "hi2js": "./cli.js" + }, + "scripts": { + "test": "node test_runner.js" } } -