summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-05-22 23:43:39 -0500
committersanine <sanine.not@pm.me>2023-05-22 23:43:39 -0500
commitc1709249728cb9ad7011b0d39d18ad87d4636f4b (patch)
treed4fae900af8cc4ee2956bbbe3c5c70c1664b193f /package.json
parentd6e89d16d332954dde3fc4c5ee7549af7c8bb556 (diff)
begin testing and make grammar more spec-compliant
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4774a18
--- /dev/null
+++ b/package.json
@@ -0,0 +1,9 @@
+{
+ "devDependencies": {
+ "jest": "^29.5.0"
+ },
+
+ "scripts": {
+ "test": "jest"
+ }
+}