Skip to content

Commit

Permalink
Suppression des tests inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
NerOcrO committed Jun 20, 2024
1 parent ba87831 commit a95cd36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
22 changes: 2 additions & 20 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,27 +338,9 @@
},
"env": {
"node": true,
"es6": true,
"mocha": true
"es6": true
},
"parserOptions": {
"ecmaVersion": 2020
},
"overrides": [
{
"files": ["tests/stress/*.js"],
"parserOptions": {
"sourceType": "module"
}
}, {
"files": [
"tests/stress/*.js",
"**/*.spec.js",
"**/*.spec.jsx"
],
"env": {
"jest": true
}
}
]
}
}
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@
"node": "20.12.2"
},
"scripts": {
"test": "npm run lint && npm run mocha",
"lint": "eslint src --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"dev": "nodemon src/",
"start": "node src/",
"mocha": "mocha test/ --recursive --exit"
},
"standard": {
"env": [
"mocha"
],
"ignore": []
"start": "node src/"
},
"dependencies": {
"@feathersjs/configuration": "^4.5.11",
Expand Down
65 changes: 0 additions & 65 deletions test/app.test.js

This file was deleted.

0 comments on commit a95cd36

Please sign in to comment.