1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/unit
Arunoda Susiripala f4337d3072 Make sure reading the body of same JSON page request safe. (#1185)
* Make sure reading the body of same JSON page request safe.
It's not possible to read the body twice from fetch()'s response
So, we've to clone the response before doing anything.

* Fix tests.
2017-02-17 01:12:32 -03:00
..
router.test.js Make sure reading the body of same JSON page request safe. (#1185) 2017-02-17 01:12:32 -03:00
shallow-equal.test.js fix typo (#916) 2017-01-29 11:32:29 +01:00