Skip to content

Commit 1e1e524

Browse files
committed
0.1.8
1 parent e5d8ed3 commit 1e1e524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swr",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "React Hooks library for remote data fetching",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

test/use-swr.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ describe('useSWR - suspense', () => {
639639
expect(container.textContent).toMatchInlineSnapshot(`"hello"`)
640640
})
641641

642-
it('should throw errors', async () => {
642+
it.only('should throw errors', async () => {
643643
function Section() {
644644
const { data } = useSWR(
645645
'suspense-5',

0 commit comments

Comments
 (0)