Skip to content

Commit 1eea112

Browse files
DST-1321 test and logic clean up (#151)
* 🔨 Cleans up tests and core logic * 🔧 Adds test watch command * docs(changeset): Minor clean-up and formatting * 🎨 Improve formatting and code structure
1 parent c7a3c19 commit 1eea112

File tree

7 files changed

+4091
-4977
lines changed

7 files changed

+4091
-4977
lines changed

.changeset/healthy-onions-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'extract-react-types': patch
3+
---
4+
5+
Minor clean-up and formatting

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"test": "jest",
7+
"test:watch": "jest --watch",
78
"changeset": "changeset",
89
"apply-changesets": "changeset version",
910
"release": "yarn build && changeset publish",

0 commit comments

Comments
 (0)