Skip to content

Commit 1b29149

Browse files
committed
remove outdated test
1 parent 34b4770 commit 1b29149

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib/get-settings/get-settings.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ describe('replacements', () => {
3434
expect(derivedSettings.settings.locale).toEqual('es');
3535
});
3636

37-
it('should add skipAudits if using a deployUrl', () => {
38-
const derivedSettings = getSettings({ preset: 'desktop' }, true);
39-
expect(derivedSettings.settings.skipAudits).toEqual(['is-crawlable']);
40-
});
41-
4237
it('should error with incorrect syntax for process.env.SETTINGS', () => {
4338
process.env.SETTINGS = 'not json';
4439
expect(getSettings).toThrow(/Invalid JSON/);

0 commit comments

Comments
 (0)