mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: use vitest for unit testing plus workspace updates (#10662)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user