mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Add new tests
This commit is contained in:
parent
e194e6d35c
commit
fa2b0abd92
9 changed files with 1011 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue