Skip to content

Commit

Permalink
Don't use pure js for test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Feb 2, 2023
1 parent b823c35 commit bfacd85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
jest.config.js
jest.config.js
.eslintrc.js
5 changes: 0 additions & 5 deletions __tests__/index.js

This file was deleted.

6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
git clone https://github.com/davidkhala/ts-collection.git .
rm -rf .github .gitignore install.sh
npm i
npm test


0 comments on commit bfacd85

Please sign in to comment.