Skip to content

Commit 8394d9e

Browse files
Updated a test to match changes in Istanbul 4.0.0
1 parent fa3bb6a commit 8394d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/loader.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe("Webpack tests", () => {
1818
const instrumentedSourceMap = JSON.parse(stats.compilation.assets["main.js.map"].source());
1919
expect(instrumentedSourceMap.sources).to.deep.equal([
2020
"webpack:///webpack/bootstrap",
21-
"webpack:///./test/fixtures/esm-sample.js"
21+
"webpack:///esm-sample.js"
2222
]);
2323
expect(instrumentedSourceMap.sourcesContent[1]).to.equal(
2424
"export default class Foo {\n bar () {\n return !!this;\n }\n};\n"

0 commit comments

Comments
 (0)