Remove automatic variant detection

This commit is contained in:
Romain Vigier
2022-02-18 13:23:45 +01:00
parent 3b7d5062c6
commit 8a02385789
69 changed files with 18 additions and 6725 deletions
+1 -4
View File
@@ -6,12 +6,9 @@
"license": "GPL-3.0-or-later",
"scripts": {
"test-lint": "eslint .",
"pretest-variants": "./tests/prepare_variants.sh",
"test-variants": "ava",
"test": "npm run test-lint && npm run test-variants"
"test": "npm run test-lint"
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^8.0.1",
"eslint-plugin-jsdoc": "^36.1.1"
}