Skip to content

Commit

Permalink
Size of the index.html changed because react-template moved to separa…
Browse files Browse the repository at this point in the history
…ted file
  • Loading branch information
pavel-karatsiuba authored and kelson42 committed Dec 2, 2022
1 parent 91fe6d1 commit 57446b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('Validate ZIM', () => {
const article = await zim.getArticleByUrl(`A/index.html`);
expect(article).toBeDefined();
expect(article.mimeType).toEqual('text/html');
expect(article.data.length).toBeGreaterThan(2000);
expect(article.data.length).toBeGreaterThan(1900);
done();
});

Expand Down

0 comments on commit 57446b9

Please sign in to comment.