Update ava config and fix line endings
This commit is contained in:
parent
d4437905ce
commit
309ead35cf
3 changed files with 618 additions and 435 deletions
|
|
@ -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']
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue