Skip to content

Commit be89ae7

Browse files
build: pass typecheck by adding Simmer to Window
import simmerjs to automatically add Simmer to the Window interface.
1 parent 9381bb8 commit be89ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import path from 'path'
44
import fs from 'fs'
55
import {queries as baseQueries} from '@testing-library/dom'
6+
import 'simmerjs'
67

78
import {
89
BrowserBase,

0 commit comments

Comments
 (0)