chore: migrate parse-features-string-spec.ts to vitest

This commit is contained in:
Samuel Attard
2026-04-11 23:01:31 -07:00
parent 46ce6bdc94
commit 46464ace53

View File

@@ -1,4 +1,5 @@
import { expect } from 'chai';
import { describe, it } from 'vitest';
import { parseCommaSeparatedKeyValue, parseFeatures } from '../lib/browser/parse-features-string';