mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Tests, add missing package.json
This commit is contained in:
12
tests/package.json
Normal file
12
tests/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"scripts": {
|
||||
"tests": "mocha index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"mocha": "^10.2.0",
|
||||
"mochawesome": "^7.1.3",
|
||||
"moment": "^2.29.4",
|
||||
"should": "^13.2.3",
|
||||
"supertest": "^6.3.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user