Skip to content

Commit f78c69e

Browse files
authored
Merge pull request #9 from akaia-io/patch-1
Fix typo in the client test description
2 parents 806a5d2 + d9a9e18 commit f78c69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest'
44
import { Hello, createHello } from '../src'
55

66
describe('environment', () => {
7-
it('runs on server', () => {
7+
it('runs on client', () => {
88
expect(typeof window).toBe('object')
99
expect(isServer).toBe(false)
1010
})

0 commit comments

Comments
 (0)