Skip to content

Commit fea8749

Browse files
committed
Remove extends filtering from config test
1 parent 8813c00 commit fea8749

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/semver.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ describe('semver - should those tests break, consider releasing a new major vers
2525

2626
it('has stable config rules', () => {
2727
const computed = getComputedConfig(config);
28-
// Replace values that contain machine-specific information.
29-
computed.extends = computed.extends.map((extend) =>
30-
extend.replace(/.*node_modules\//, ''),
31-
);
3228
expect(computed).toMatchSnapshot();
3329
});
3430
});

0 commit comments

Comments
 (0)