Skip to content

Commit 95d18f0

Browse files
committed
refactor: Drop TS "test"
1 parent 3044ac2 commit 95d18f0

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

test/preact-render-to-string-tests.tsx

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

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"forceConsistentCasingInFileNames": true
2020
},
2121
"files": [
22-
"src/index.d.ts",
23-
"test/preact-render-to-string-tests.tsx"
22+
"src/index.d.ts"
2423
]
25-
}
24+
}

0 commit comments

Comments
 (0)