Skip to content

Commit

Permalink
feat: make top-level yarn c8 ava work
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 20, 2021
1 parent b82d545 commit 89ac4c7
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 314 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"devDependencies": {
"@typescript-eslint/parser": "^4.18.0",
"ava": "^3.12.1",
"c8": "^7.7.2",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-jessie": "^0.0.4",
Expand All @@ -58,7 +59,6 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"lerna": "^3.20.2",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"typescript": "^4.2.3"
},
Expand All @@ -82,6 +82,15 @@
"patch-package": "patch-package",
"build-xs-worker": "cd packages/xs-vat-worker && yarn build:xs-lin"
},
"ava": {
"files": [
"packages/*/test/**/test-*.js"
],
"require": [
"esm"
],
"timeout": "30m"
},
"dependencies": {
"patch-package": "^6.2.2"
}
Expand Down
Loading

0 comments on commit 89ac4c7

Please sign in to comment.