mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
test: user istanbul ignore next due to nyc issue
This commit is contained in:
parent
b0eada0410
commit
a2ac4cb331
@ -102,7 +102,8 @@ async function readSource(frame) {
|
||||
}
|
||||
|
||||
// Fallback: use server bundle
|
||||
/* istanbul ignore if */
|
||||
// TODO: restore to if after https://github.com/istanbuljs/nyc/issues/595 fixed
|
||||
/* istanbul ignore next */
|
||||
if (!frame.contents) {
|
||||
frame.contents = this.resources.serverBundle.files[frame.fileName]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user