Skip to content

Commit

Permalink
test: convert to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
schehata committed Feb 8, 2024
1 parent 1b39eac commit afefd36
Show file tree
Hide file tree
Showing 13 changed files with 2,555 additions and 6,802 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/node_modules
node_modules/
/tsconfig.tsbuildinfo
/src/*.d.ts
/src/*.js
/src/*.js.map
/dist/
/.vscode
.envrc
dist/
.vscode/
coverage/
.envrc
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/__tests__
/jest.config.ts
/tsconfig.json
coverage/
15 changes: 0 additions & 15 deletions __tests__/genericConfig.vercel.ts

This file was deleted.

22 changes: 0 additions & 22 deletions __tests__/noEnvVars.test.ts

This file was deleted.

0 comments on commit afefd36

Please sign in to comment.