Skip to content

Commit

Permalink
ci: fix (#517)
Browse files Browse the repository at this point in the history
chore: cont
  • Loading branch information
joepegler authored Jun 12, 2024
1 parent a40808f commit 63c249e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"@vitest/coverage-v8": "^1.3.1",
"buffer": "^6.0.3",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"ethers": "^6.12.0",
"gh-pages": "^6.1.1",
"rimraf": "^5.0.5",
Expand Down
2 changes: 2 additions & 0 deletions tests/globalSetup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { config } from "dotenv"
import { getConfig } from "./utils.js"

config()
export default function setup({ provide: _ }) {
getConfig()
}

0 comments on commit 63c249e

Please sign in to comment.