We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02d172 commit 634834fCopy full SHA for 634834f
test/configCases/records/issue-2991/test.js
@@ -6,7 +6,7 @@ it("should write relative paths to records", function() {
6
var fs = require("fs");
7
var path = require("path");
8
var content = fs.readFileSync(path.join(__dirname, "records.json"), "utf-8");
9
- content.should.eql(`{
+ content.replace(/\\\\/g, "/").should.eql(`{
10
"modules": {
11
"byIdentifier": {
12
"../../../../external \\"fs\\"": 0,
0 commit comments