Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1f55bdb..84c1534 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,14 @@
"devDependencies": {
"esbuild": "^0.20.2",
"esbuild-server": "^0.3.0",
+ "jest": "^29.7.0",
"selenium-webdriver": "^4.19.0"
},
"dependencies": {
"svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom"
+ },
+ "scripts": {
+ "test:integ": "jest --config jest.config.integ.cjs",
+ "test": "jest"
}
}