mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
chore: set up ava
# Conflicts: # package-lock.json # package.json
This commit is contained in:
5
ava.config.js
Normal file
5
ava.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
files: ['./**/*.spec.js'],
|
||||
require: ['esm'],
|
||||
verbose: true
|
||||
};
|
Reference in New Issue
Block a user