From e4474b232e63a64ca4aa8b3ed9bcd67418afdef0 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 11 Apr 2026 23:01:49 -0700 Subject: [PATCH] chore: migrate types-spec.ts to vitest --- spec/{types-spec.ts => types.spec.ts} | 1 + 1 file changed, 1 insertion(+) rename spec/{types-spec.ts => types.spec.ts} (92%) diff --git a/spec/types-spec.ts b/spec/types.spec.ts similarity index 92% rename from spec/types-spec.ts rename to spec/types.spec.ts index a635b64da6..f565966238 100644 --- a/spec/types-spec.ts +++ b/spec/types.spec.ts @@ -1,4 +1,5 @@ import { expect } from 'chai'; +import { describe, it } from 'vitest'; describe('bundled @types/node', () => { it('should match the major version of bundled node', () => {