We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d53b6 commit 8377f36Copy full SHA for 8377f36
test/test.js
@@ -24,7 +24,7 @@ test('Baseline double quotes', async (t) => {
24
await waitForStreamClose(create);
25
26
assert.ok(fs.existsSync(path));
27
- assert.notDeepEqual(fs.readFileSync(path, "utf8"), SAMPLE_CONTENT);
+ assert.deepEqual(fs.readFileSync(path, "utf8"), SAMPLE_CONTENT);
28
});
29
30
test('Baseline single quotes', async (t) => {
0 commit comments