Skip to content

Commit

Permalink
test(types): move TypeScript tests from lint to test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 9, 2019
1 parent aaddf1b commit 7c9ab9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": { "html-react-parser": ["."], "html-react-parser/lib/*": ["./lib/*"] },
"paths": {
"html-react-parser": ["."],
"html-react-parser/lib/*": ["./lib/*"]
},
"jsx": "react"
},
"files": [
"index.d.ts",
"lib/dom-to-react.d.ts",
"lint/types/index.test.tsx",
"lint/types/lib/dom-to-react.test.tsx"
"test/types/index.test.tsx",
"test/types/lib/dom-to-react.test.tsx"
]
}

0 comments on commit 7c9ab9d

Please sign in to comment.