chore/port-solidtime-audit-fixes #1

Merged
danijel merged 54 commits from chore/port-solidtime-audit-fixes into main 2026-07-12 21:13:09 +00:00
75 changed files with 1807 additions and 653 deletions
Showing only changes of commit dcbf782e21 - Show all commits

View File

@@ -1,4 +1,6 @@
import { test, describe } from "node:test";
// Runs under vitest (the generators vitest include picks up lib/*.test.mjs);
// node:assert keeps the original assertion style.
import { test, describe } from "vitest";
import assert from "node:assert/strict";
import fs from "node:fs";
import path from "node:path";

View File

@@ -4,7 +4,7 @@ export default defineConfig({
test: {
globals: true,
environment: "node",
include: ["*.test.ts", "lib/*.test.ts", "__tests__/*.test.ts"],
include: ["*.test.ts", "lib/*.test.{ts,mjs}", "__tests__/*.test.ts"],
clearMocks: true,
restoreMocks: true,
// The core-package `*.e2e.test.ts` files each do a full `pnpm install`