Add a goosed over HTTP integration test, and test the developer tool PATH (#7178)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import 'vitest';
|
||||
|
||||
declare module 'vitest' {
|
||||
interface Assertion<T = unknown> {
|
||||
toBeOkResponse(): T;
|
||||
}
|
||||
interface AsymmetricMatchersContaining {
|
||||
toBeOkResponse(): unknown;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user