wip: replace jest with vitest

This commit is contained in:
JM Faircloth 2024-03-08 16:57:50 -06:00
parent b379e88781
commit fcac78057e
22 changed files with 2182 additions and 78 deletions

View file

@ -1,3 +1,5 @@
import { describe, test, expect } from 'vitest';
describe('e2e-tls', () => {
it('verify', () => {
expect(process.env.SECRET).toBe("SUPERSECRET");