Update ava config for v4

This commit is contained in:
Labhansh Agrawal 2022-01-05 14:01:52 +05:30
parent e270fc97d1
commit 37cd54ebd8
4 changed files with 26 additions and 10 deletions

View file

@ -1,9 +1,5 @@
export default {
module.exports = {
files: ['test/unit/*'],
babel: {
compileEnhancements: false,
compileAsTests: ['**/testUtils/**/*']
},
extensions: ['ts'],
require: ['ts-node/register/transpile-only']
};