run prettier and add back format action (#13722)

This commit is contained in:
Jarred Sumner
2024-09-03 21:32:52 -07:00
committed by GitHub
parent 5108e3e0d9
commit cd6785771e
673 changed files with 1436 additions and 1435 deletions

View File

@@ -1,5 +1,5 @@
// bun:test automatically rewrites this import to bun:test when run in bun
import { test, expect } from "@jest/globals";
import { expect, test } from "@jest/globals";
const N = parseInt(process.env.RUN_COUNT || "10000", 10);
if (!Number.isSafeInteger(N)) {

View File

@@ -1,4 +1,4 @@
import { test, expect } from "vitest";
import { expect, test } from "vitest";
const N = parseInt(process.env.RUN_COUNT || "10000", 10);
if (!Number.isSafeInteger(N)) {