This commit is contained in:
Alistair Smith
2025-10-03 16:11:37 -07:00
parent 81999c26e6
commit fbd58db004

View File

@@ -2046,7 +2046,7 @@ devTest.only = function (description: string, options: DevServerTest) {
return testImpl(description, { ...options, only: true }, "development", caller);
};
export function prodTest<T extends DevServerTest>(description: string, options: T): T {
export function prodTest(description: string, options: DevServerTest) {
const callerLocation = snapshotCallerLocation();
const caller = stackTraceFileName(callerLocation);
assert(