Skip to content

Commit

Permalink
DST-1321 test and logic clean up (#151)
Browse files Browse the repository at this point in the history
* 🔨 Cleans up tests and core logic

* 🔧 Adds test watch command

* docs(changeset): Minor clean-up and formatting

* 🎨 Improve formatting and code structure
  • Loading branch information
danieldelcore authored Jan 19, 2021
1 parent c7a3c19 commit 1eea112
Show file tree
Hide file tree
Showing 7 changed files with 4,091 additions and 4,977 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-onions-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'extract-react-types': patch
---

Minor clean-up and formatting
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"changeset": "changeset",
"apply-changesets": "changeset version",
"release": "yarn build && changeset publish",
Expand Down
Loading

0 comments on commit 1eea112

Please sign in to comment.