Skip to content

Commit 0b59ed8

Browse files
committed
ignore jest global types
We can handle this later. or @thecrypticace will figure it out for me :P
1 parent 37f9349 commit 0b59ed8

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

index.d.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { expect } from '@jest/globals'
12
import { html, css, run } from './run'
23

34
it('container queries', () => {

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
"moduleResolution": "node",
1212
"stripInternal": true,
1313
"outDir": "dist",
14-
"allowJs": true,
15-
"types": ["./index.d.ts"]
14+
"allowJs": true
1615
},
1716
"include": [
18-
"src/index.ts",
19-
"tests/index.ts"
17+
"./src/index.ts",
18+
"./tests/index.ts"
2019
],
2120
"exclude": [
2221
"./tests/index.test.ts"

0 commit comments

Comments
 (0)