0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
svelte/.mocharc.js
milahu c96673bcea
Upgrade to mocha 7 and migrate to mocharc (#5357)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2020-09-10 12:41:42 -07:00

6 lines
51 B
JavaScript

module.exports = {
file: [
'test/test.js'
]
};