From 46464ace53bd31fcf5b142f914722ad68e56bf79 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 11 Apr 2026 23:01:31 -0700 Subject: [PATCH] chore: migrate parse-features-string-spec.ts to vitest --- ...rse-features-string-spec.ts => parse-features-string.spec.ts} | 1 + 1 file changed, 1 insertion(+) rename spec/{parse-features-string-spec.ts => parse-features-string.spec.ts} (98%) diff --git a/spec/parse-features-string-spec.ts b/spec/parse-features-string.spec.ts similarity index 98% rename from spec/parse-features-string-spec.ts rename to spec/parse-features-string.spec.ts index 25a9490f7e..2aa556f669 100644 --- a/spec/parse-features-string-spec.ts +++ b/spec/parse-features-string.spec.ts @@ -1,4 +1,5 @@ import { expect } from 'chai'; +import { describe, it } from 'vitest'; import { parseCommaSeparatedKeyValue, parseFeatures } from '../lib/browser/parse-features-string';