mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 09:20:00 +00:00
d2f7547d2d
# Conflicts: # package-lock.json # package.json
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
export default {
|
|
files: ['./**/*.spec.js'],
|
|
require: ['esm'],
|
|
verbose: true
|
|
};
|