Skip to content

Commit

Permalink
Fix test after Next upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed May 11, 2020
1 parent 56ecfec commit c48a3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

A HOC that brings Next.js and Redux together

:warning: The current version of this library only works with Next.js 9.3 and newer. If you are required to use Next.js 6-9 you can use version 3-5 of this library. Otherwise, consider upgrading Next.js. :warning:
:warning: The current version of this library only works with Next.js 9.3 and newer. If you are required to use Next.js 6-9 you can use version 3-5 of this library, see [branches](https://github.com/kirill-konshin/next-redux-wrapper/branches). Otherwise, consider upgrading Next.js. :warning:

Contents:

Expand Down
2 changes: 1 addition & 1 deletion packages/demo-page/tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Basic integration', () => {

await page.waitForSelector('div.index');

await expect(page).toMatch('"page": "was set in index page /"');
await expect(page).toMatch('"page": "was set in index page');
await expect(page).toMatch('"custom": "custom"');
});
});

0 comments on commit c48a3d2

Please sign in to comment.