mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Remove now-unneeded compileEnhancements option from ava config
Since ava 3, it's part of @ava/babel which we don't use.
This commit is contained in:
parent
c423b17399
commit
2c2393d3d4
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@
|
||||||
"typescript": "^3.9.6"
|
"typescript": "^3.9.6"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
"compileEnhancements": false,
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist/backend/src/**/*.test.js"
|
"dist/backend/src/**/*.test.js"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue