Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a90a39b

Browse files
committedOct 17, 2024
✅ Remove hard-coded leadAccountId
1 parent 94671d7 commit a90a39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎vitest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig({
66
enabled: true,
77
tsconfig: 'tsconfig.lint.json',
88
},
9+
setupFiles: ['dotenv/config'],
910
},
1011
});

0 commit comments

Comments
 (0)
Please sign in to comment.