chore: migrate types-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 23:01:49 -07:00
parent d39cbc204b
commit e4474b232e

View File

@@ -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', () => {