5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/integrationTests/basic/vitest.config.js
2024-03-08 16:57:50 -06:00

8 lines
164 B
JavaScript

import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
// required to make jest-when work with vitest
globals: true,
},
})