Skip to content

Commit 306fceb

Browse files
committed
fix(coveralls): moved dtslint tests to lint folder
1 parent 84273f0 commit 306fceb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"files": [
1717
"index.d.ts",
1818
"lib/dom-to-react.d.ts",
19-
"test/types/index.test.tsx",
20-
"test/types/lib/dom-to-react.test.tsx"
19+
"lint/types/index.test.tsx",
20+
"lint/types/lib/dom-to-react.test.tsx"
2121
]
2222
}

0 commit comments

Comments
 (0)