Skip to content

Commit

Permalink
refactor: init command and action now covering 100% using vitest (#115)
Browse files Browse the repository at this point in the history
* feat: jest to vitest

* refactor: init command and action now covering 100% using vitest

* refactor: removing unused comments

* test: adding 2 new tests - if only node version is too low AND if only docker version is too low

* fix: test always cloning a new repo and trying to checkout AND .gitignore converage folder

* fix: remove comments

* fix: removing redundant test and line description
  • Loading branch information
epsjunior authored Nov 8, 2024
1 parent 63cf9d3 commit 07ff0c3
Show file tree
Hide file tree
Showing 9 changed files with 2,385 additions and 626 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.env
.DS_Store
dist
dist
.idea
coverage
5 changes: 0 additions & 5 deletions jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion jest.setup.js

This file was deleted.

Loading

0 comments on commit 07ff0c3

Please sign in to comment.