Upgrade Ava to v4
This commit is contained in:
parent
9a40cc5274
commit
ce89f1b611
1153 changed files with 27264 additions and 95308 deletions
|
|
@ -5,8 +5,8 @@
|
|||
"description": "CodeQL action",
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"test": "ava src/** --serial --verbose",
|
||||
"test-debug": "ava src/** --serial --verbose --timeout=20m",
|
||||
"test": "ava src/**.test.ts --serial --verbose",
|
||||
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
|
||||
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
|
||||
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
|
||||
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force",
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
"@types/semver": "^7.3.8",
|
||||
"@types/sinon": "^10.0.2",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"ava": "^3.15.0",
|
||||
"ava": "^4.0.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-filenames": "^1.3.2",
|
||||
"eslint-plugin-github": "^4.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue