summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-08-01 17:03:28 -0500
committersanine-a <sanine.not@pm.me>2023-08-01 17:03:28 -0500
commit6aae1f6fb4cf289ecf5ed318b34c0e7df62bbf83 (patch)
tree85fb52a6be571758d45f25137f08ecf04dbe91fe /package.json
parent1dec9525213de7b8c23bf3393b2b76a46e27f6c7 (diff)
add mutation_type and mutate()
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
}