Skip to content

Commit d33e771

Browse files
committed
aa
1 parent 6267678 commit d33e771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/plugin/__tests__/examples.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@ describe('Examples', () => {
125125
it('should work with custom rules', () => {
126126
const cwd = path.join(CWD, 'examples', 'custom-rules');
127127
const flatResults = getFlatESLintOutput(cwd);
128-
// Windows has some offset for `range`, I think due \r\n handling
129-
if (os.platform() !== 'win32') {
130-
expect(normalizeResults(flatResults)).toMatchSnapshot();
131-
}
128+
expect(normalizeResults(flatResults)).toMatchSnapshot();
132129
expect(countErrors(flatResults)).toBe(1);
133130
});
134131
});

0 commit comments

Comments
 (0)