more tests things

This commit is contained in:
nora 2022-02-10 06:55:07 +01:00
parent a7dba08990
commit 1cb4e21691
14 changed files with 98 additions and 40 deletions

18
test-js/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "tests-js",
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"license": "MIT",
"scripts": {
"fmt": "prettier -w .",
"test": "node test-all.js"
},
"dependencies": {
"@types/amqplib": "^0.8.2",
"amqplib": "^0.8.0"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}