chore: migrate version-bump-spec.ts to vitest

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

View File

@@ -1,5 +1,6 @@
import { expect } from 'chai';
import * as sinon from 'sinon';
import { afterEach, beforeEach, describe, it } from 'vitest';
import { SpawnSyncReturns } from 'node:child_process';