mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update index.d.ts * Update index.d.ts * make updates from @andy-ms * Add expectation * Update types * Update test * Lint * Rename jest-tests.ts to jest-cli-tests.ts
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
import * as jest from "jest-cli";
|
|
|
|
// $ExpectType Promise<void>
|
|
jest.run(["--config", JSON.stringify({})]);
|