diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 2621654..0000000 --- a/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "devDependencies": { - "jest": "^29.5.0" - }, - "scripts": { - "test": "NODE_OPTIONS=--experimental-vm-modules jest", - "wtest": "test.bat" - }, - "type": "module" -} |