Skip to content

Commit

Permalink
updating google to webflow sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Mar 28, 2024
1 parent 1d48ce5 commit fe7562d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/tests/test.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ describe('Sitemapper', function () {
});
});

it('https://www.google.com/work/sitemap.xml sitemaps should be an array', function (done) {
it('https://webflow.com/sitemap.xml sitemaps should be an array', function (done) {
this.timeout(30000);
const url = 'https://www.google.com/work/sitemap.xml';
const url = 'https://webflow.com/sitemap.xml';
sitemapper.fetch(url)
.then(data => {
data.sites.should.be.Array;
Expand Down
4 changes: 2 additions & 2 deletions src/tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ describe('Sitemapper', function () {
});
});

it('https://www.google.com/work/sitemap.xml sitemaps should be an array', function (done) {
it('https://webflow.com/sitemap.xml sitemaps should be an array', function (done) {
this.timeout(30000);
const url = 'https://www.google.com/work/sitemap.xml';
const url = 'https://webflow.com/sitemap.xml';
sitemapper.fetch(url)
.then(data => {
data.sites.should.be.Array;
Expand Down
4 changes: 2 additions & 2 deletions src/tests/test.ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ describe('Sitemapper', function () {
});
});

it('https://www.google.com/work/sitemap.xml sitemaps should be an array', function (done) {
it('https://webflow.com/sitemap.xml sitemaps should be an array', function (done) {
this.timeout(30000);
const url = 'https://www.google.com/work/sitemap.xml';
const url = 'https://webflow.com/sitemap.xml';
sitemapper.fetch(url)
.then(data => {
data.sites.should.be.Array;
Expand Down

0 comments on commit fe7562d

Please sign in to comment.