Skip to content

Commit aeb17d1

Browse files
test: debug the problem
1 parent 03a28af commit aeb17d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loader.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ describe("source-map-loader", () => {
643643
sources: [sourceFilename],
644644
mappings: "AAAA",
645645
};
646-
console.log(rawSourceMap);
646+
647647
fs.writeFileSync(sourceMapPath, JSON.stringify(rawSourceMap));
648648

649649
const testId = "server-relative-url-path.js";

0 commit comments

Comments
 (0)