forked from Outils-PeerTube/listener-rss-aggregator
added test's setup
This commit is contained in:
13
package.json
13
package.json
@ -11,13 +11,13 @@
|
||||
"author": "Amaury Joly <amaury.joly@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.33",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"@types/chai": "^4.2.15",
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"@types/node": "^14.14.33",
|
||||
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"chai": "^4.3.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
@ -26,9 +26,10 @@
|
||||
"eslint-plugin-prettier": "3.3.1",
|
||||
"mocha": "8.2.1",
|
||||
"prettier": "2.2.1",
|
||||
"sinon-chai": "3.5.0",
|
||||
"ts-sinon": "2.0.1",
|
||||
"sinon-chai": "^3.5.0",
|
||||
"ts-mock-imports": "^1.3.3",
|
||||
"ts-node": "9.1.1",
|
||||
"ts-sinon": "2.0.1",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user