0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.mocharc.coverage.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

11 lines
141 B
JavaScript

module.exports = Object.assign(
{},
require('./mocharc.js'),
{
fullTrace: true,
require: [
'source-map-support/register'
]
}
);