Skip to content

Commit

Permalink
Merge pull request #182 from axiomhq/improve-configuration
Browse files Browse the repository at this point in the history
test: convert to vitest instead of jest
  • Loading branch information
schehata committed Feb 9, 2024
2 parents 1b39eac + 91b49bc commit cb9b681
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.

Loading

0 comments on commit cb9b681

Please sign in to comment.