Skip to content

Commit

Permalink
📦 Update core devDependencies (ampproject#34451)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rileyajones committed May 26, 2021
1 parent 28133cc commit a0f987e
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 302 deletions.
4 changes: 2 additions & 2 deletions build-system/server/app-index/test/test-amphtml-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('devdash', () => {
expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({
canonical: '/',
}));
})
}).timeout(5000);

it('creates valid doc with set fields', async() => {
expectValidAmphtml(await amphtmlValidator.getInstance(), AmpDoc({
Expand Down Expand Up @@ -89,7 +89,7 @@ describe('devdash', () => {
</script>`,
body: html`<div>Hola</div>`,
}));
});
}).timeout(5000);
});

describe('ampStateKey', () => {
Expand Down
Loading

0 comments on commit a0f987e

Please sign in to comment.