mirror of https://github.com/sveltejs/svelte
parent
68538c61eb
commit
f5a02446b4
@ -1,14 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
file: [
|
|
||||||
'test/test.ts'
|
|
||||||
],
|
|
||||||
require: [
|
|
||||||
'sucrase/register'
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
// add coverage options when running 'npx c8 mocha'
|
|
||||||
if (process.env.NODE_V8_COVERAGE) {
|
|
||||||
module.exports.fullTrace = true;
|
|
||||||
module.exports.require.push('source-map-support/register');
|
|
||||||
}
|
|
Loading…
Reference in new issue