mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-25 23:41:07 +00:00
Changed coverage report path
This commit is contained in:
parent
147cf400a4
commit
9771b21093
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
rootDir: './src',
|
rootDir: './src',
|
||||||
automock: false,
|
automock: false,
|
||||||
coverageDirectory: 'coverage/',
|
coverageDirectory: '../coverage/',
|
||||||
collectCoverage: true,
|
collectCoverage: true,
|
||||||
testURL: 'http://localhost',
|
testURL: 'http://localhost',
|
||||||
modulePathIgnorePatterns: [
|
modulePathIgnorePatterns: [
|
||||||
|
Loading…
Reference in New Issue
Block a user