solorice/vscodium/extensions/deerawan.vscode-faker-2.0.0/out/wallaby.js
2022-04-28 21:17:01 +03:00

16 lines
389 B
JavaScript

module.exports = function (w) {
return {
files: ['src/**/*.ts'],
tests: ['test/**/*.test.ts'],
env: {
type: 'node',
},
testFramework: 'mocha',
setup: function (wallaby) {
const mocha = wallaby.testFramework;
mocha.ui('tdd');
// etc.
},
};
};
//# sourceMappingURL=wallaby.js.map