mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
// required to make jest-when work with vitest
|
|
globals: true,
|
|
},
|
|
})
|