Update ava config and fix line endings

This commit is contained in:
Benjamin Staneck 2020-01-20 20:35:30 +01:00
parent d4437905ce
commit 309ead35cf
3 changed files with 618 additions and 435 deletions

View file

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