mirror of
https://github.com/atom/atom.git
synced 2026-01-14 01:18:01 -05:00
3 lines
131 B
JavaScript
3 lines
131 B
JavaScript
const createRunner = require('atom-mocha-test-runner').createRunner;
|
|
module.exports = createRunner({ testSuffixes: ['test.js'] });
|