chore: use vitest for unit testing plus workspace updates (#10662)

This commit is contained in:
Nathan Walker
2025-01-12 11:52:13 -08:00
committed by GitHub
parent baced677f8
commit 3dec0a5e99
32 changed files with 4927 additions and 2931 deletions

View File

@@ -1,5 +1,5 @@
import { cssTreeParse } from './css-tree-parser';
import { parse as reworkCssParse } from './reworkcss';
import { parse as reworkCssParse } from './reworkcss.js';
describe('CssTreeParser', () => {
it('basic selector', () => {