We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806a5d2 + d9a9e18 commit f78c69eCopy full SHA for f78c69e
test/index.test.tsx
@@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest'
4
import { Hello, createHello } from '../src'
5
6
describe('environment', () => {
7
- it('runs on server', () => {
+ it('runs on client', () => {
8
expect(typeof window).toBe('object')
9
expect(isServer).toBe(false)
10
})
0 commit comments