first_commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { JestEnvironment } from "@jest/environment";
|
||||
import { TestFileEvent, TestResult } from "@jest/test-result";
|
||||
import { Config } from "@jest/types";
|
||||
import Runtime from "jest-runtime";
|
||||
|
||||
//#region src/legacy-code-todo-rewrite/jestAdapter.d.ts
|
||||
|
||||
declare const jestAdapter: (globalConfig: Config.GlobalConfig, config: Config.ProjectConfig, environment: JestEnvironment, runtime: Runtime, testPath: string, sendMessageToJest?: TestFileEvent) => Promise<TestResult>;
|
||||
//#endregion
|
||||
export { jestAdapter as default };
|
||||
Reference in New Issue
Block a user