3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 23:55:02 +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:
Dragory 2020-07-06 01:54:47 +03:00
parent bed9129a50
commit 97f6419882

View file

@ -80,7 +80,6 @@
"typescript": "^3.9.6"
},
"ava": {
"compileEnhancements": false,
"files": [
"dist/backend/src/**/*.test.js"
],