migrate js-api tests from Jest to Node.js native test runner (#12104)

This commit is contained in:
Denys Vuika
2026-07-28 20:04:31 +01:00
committed by GitHub
parent c316c6b594
commit 6c8b874704
58 changed files with 2355 additions and 4978 deletions
+1
View File
@@ -16,6 +16,7 @@
*/
import assert from 'assert';
import { describe, it } from 'node:test';
import { PathMatcher } from '../src/utils/path-matcher';
describe('PathMatcher', () => {