Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 6, 2019
1 parent e5d8ed3 commit 1e1e524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/use-swr.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1e1e524

Please sign in to comment.