Skip to content

Commit

Permalink
test: no process
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 15, 2024
1 parent cba86b2 commit 21996d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/browser/test/another.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ import { expect, it } from 'vitest'
it('basic 3', async () => {
expect(globalThis.window).toBeDefined()
})

it('no process', () => {
expect(globalThis.process).toBeUndefined()
})

0 comments on commit 21996d9

Please sign in to comment.