Skip to content

Commit a826650

Browse files
test: fix
1 parent c3dba49 commit a826650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/output-report.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('output report', () => {
2929
expect(stats.hasErrors()).toBe(true);
3030
expect(existsSync(filePath)).toBe(true);
3131
expect(JSON.parse(readFileSync(filePath, 'utf8'))).toMatchObject([
32-
{ source: expect.stringContaining('error/test.scss') },
32+
{ source: expect.stringContaining('test.scss') },
3333
]);
3434
});
3535
});

0 commit comments

Comments
 (0)