fix(ci): restore scope-test require import and sync host policy

This commit is contained in:
Peter Steinberger
2026-03-03 03:18:45 +00:00
parent ca1b50908f
commit 46b62c53f0
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
import { createRequire } from "node:module";
import { describe, expect, it } from "vitest";
const require = createRequire(import.meta.url);