From 1e1e52442feeb66ede01e9ff7bfb0327565f1b63 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Thu, 7 Nov 2019 04:16:48 +0800 Subject: [PATCH] 0.1.8 --- package.json | 2 +- test/use-swr.test.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e58c4441f..dd9bc149a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swr", - "version": "0.1.7", + "version": "0.1.8", "description": "React Hooks library for remote data fetching", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/test/use-swr.test.tsx b/test/use-swr.test.tsx index 1406928ba..383d1f3cd 100644 --- a/test/use-swr.test.tsx +++ b/test/use-swr.test.tsx @@ -639,7 +639,7 @@ describe('useSWR - suspense', () => { expect(container.textContent).toMatchInlineSnapshot(`"hello"`) }) - it('should throw errors', async () => { + it.only('should throw errors', async () => { function Section() { const { data } = useSWR( 'suspense-5',