Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8d6c59b..670ddbd 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"./src/modules"
],
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "jest"
},
"repository": {
"type": "git",
@@ -18,10 +18,12 @@
"pan",
"zoom"
],
- "author": "Catalin Mititiuc",
+ "author": "Catalin Mititiuc <webdevcat@proton.me> (https://webdevcat.me)",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.20.2",
- "esbuild-server": "^0.3.0"
+ "esbuild-server": "^0.3.0",
+ "jest": "^29.7.0",
+ "selenium-webdriver": "^4.29.0"
}
}