Skip to content

Commit

Permalink
✅: amp-next-page: Call verify on fetchDocumentMock after each test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjosling authored and aghassemi committed Sep 18, 2018
1 parent 81b57e4 commit f30fc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-next-page/0.1/test/test-amp-next-page.js
Expand Up @@ -73,6 +73,7 @@ env => {

afterEach(() => {
xhrMock.verify();
fetchDocumentMock.verify();
toggleExperiment(win, 'amp-next-page', false);
});

Expand Down

0 comments on commit f30fc07

Please sign in to comment.