Skip to content

Commit

Permalink
Merge pull request #8 from theappbusiness/feat/wizard
Browse files Browse the repository at this point in the history
Feat/wizard
  • Loading branch information
Si3rr4wow authored Nov 24, 2022
2 parents 334da36 + 07c8630 commit bf3af49
Show file tree
Hide file tree
Showing 12 changed files with 846 additions and 41 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
bin
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ package.json
.eslintrc.json
.prettierrc.js
tsconfig.json
bin
5 changes: 5 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"moduleFileExtensions": ["js", "ts"],
"preset": "ts-jest",
"testPathIgnorePatterns": ["/node_modules/"]
}
Loading

0 comments on commit bf3af49

Please sign in to comment.