Add new tests

This commit is contained in:
HaveAGitGat 2022-05-20 08:56:03 +01:00
parent e194e6d35c
commit fa2b0abd92
9 changed files with 1011 additions and 2 deletions

View file

@ -5,13 +5,14 @@
"main": "Tdarr_Plugin_aaaa_Pre_Proc_Example.js",
"dependencies": {},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node ./tests/runTests.js",
"lint": "eslint Community methods examples tests --ext js",
"lint:fix": "eslint Community methods examples tests --ext js --fix",
"checkPlugins": "node ./tests/checkPlugins.js"