mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
changes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user