Skip to content

Commit 7c9ab9d

Browse files
test(types): move TypeScript tests from lint to test directory
1 parent aaddf1b commit 7c9ab9d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
File renamed without changes.

tsconfig.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@
1010
"types": [],
1111
"noEmit": true,
1212
"forceConsistentCasingInFileNames": true,
13-
"paths": { "html-react-parser": ["."], "html-react-parser/lib/*": ["./lib/*"] },
13+
"paths": {
14+
"html-react-parser": ["."],
15+
"html-react-parser/lib/*": ["./lib/*"]
16+
},
1417
"jsx": "react"
1518
},
1619
"files": [
1720
"index.d.ts",
1821
"lib/dom-to-react.d.ts",
19-
"lint/types/index.test.tsx",
20-
"lint/types/lib/dom-to-react.test.tsx"
22+
"test/types/index.test.tsx",
23+
"test/types/lib/dom-to-react.test.tsx"
2124
]
2225
}

0 commit comments

Comments
 (0)