mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-17 17:25:44 +00:00
wip: replace jest with vitest
This commit is contained in:
parent
b379e88781
commit
fcac78057e
22 changed files with 2182 additions and 78 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { describe, test, expect } from 'vitest';
|
||||
|
||||
describe('e2e-tls', () => {
|
||||
it('verify', () => {
|
||||
expect(process.env.SECRET).toBe("SUPERSECRET");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue