Skip to content

Commit

Permalink
fix: tests for ca775ee
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Jul 16, 2023
1 parent 1f549be commit 90fc2ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/mdn/process-url/default-initial-url.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {defaultInitialUrl} from '../../../src/mdn/process-url/default-initial-url';
import {
defaultInitialUrl
} from '../../../src/mdn/process-url/default-initial-url';

describe('default-initial-url', function () {
// related
Expand Down Expand Up @@ -27,7 +29,7 @@ describe('default-initial-url', function () {
'https://developer.mozilla.org/en-US/docs/Games',
'https://developer.mozilla.org/en-US/docs/Glossary',
// https://github.com/website-local/mdn-local/issues/214
'https://developer.mozilla.org/sitemaps/en-US/sitemap.xml.gz',
'https://developer.mozilla.org/sitemaps/en-us/sitemap.xml.gz',
// https://github.com/website-local/mdn-local/issues/372
'https://developer.mozilla.org/en-US/search-index.json',
]);
Expand All @@ -54,10 +56,10 @@ describe('default-initial-url', function () {
'https://developer.mozilla.org/zh-CN/docs/Games',
'https://developer.mozilla.org/zh-CN/docs/Glossary',
// https://github.com/website-local/mdn-local/issues/214
'https://developer.mozilla.org/sitemaps/zh-CN/sitemap.xml.gz',
'https://developer.mozilla.org/sitemaps/zh-cn/sitemap.xml.gz',
'https://developer.mozilla.org/zh-CN/search-index.json',
// https://github.com/website-local/mdn-local/issues/372
'https://developer.mozilla.org/sitemaps/en-US/sitemap.xml.gz',
'https://developer.mozilla.org/sitemaps/en-us/sitemap.xml.gz',
]);
});
});

0 comments on commit 90fc2ff

Please sign in to comment.