diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d4ad737..2621654 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "jest": "^29.5.0" }, "scripts": { - "test": "NODE_OPTIONS=--experimental-vm-modules jest" + "test": "NODE_OPTIONS=--experimental-vm-modules jest", + "wtest": "test.bat" }, "type": "module" } |