@isentinel/jest-roblox 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.d.mts
CHANGED
package/dist/cli.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as SnapshotFormatOptions, i as ResolvedConfig, n as Config, o as defineConfig, r as DEFAULT_CONFIG, s as Argv, t as CliOptions } from "./schema-
|
|
1
|
+
import { a as SnapshotFormatOptions, i as ResolvedConfig, n as Config, o as defineConfig, r as DEFAULT_CONFIG, s as Argv, t as CliOptions } from "./schema-CNlyiEw6.mjs";
|
|
2
2
|
import { WebSocket, WebSocketServer } from "ws";
|
|
3
3
|
import buffer from "node:buffer";
|
|
4
4
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { DefineConfig } from "c12";
|
|
2
|
-
|
|
3
1
|
//#region ../../node_modules/.pnpm/@rbxts+jest@3.13.3-ts.1/node_modules/@rbxts/jest/src/config.d.ts
|
|
4
2
|
interface ReporterConfig {
|
|
5
3
|
reporter: string | ModuleScript;
|
|
@@ -868,6 +866,6 @@ interface CliOptions {
|
|
|
868
866
|
verbose?: boolean;
|
|
869
867
|
version?: boolean;
|
|
870
868
|
}
|
|
871
|
-
declare const defineConfig:
|
|
869
|
+
declare const defineConfig: (input: Config) => Config;
|
|
872
870
|
//#endregion
|
|
873
871
|
export { SnapshotFormatOptions as a, ResolvedConfig as i, Config as n, defineConfig as o, DEFAULT_CONFIG as r, Argv as s, CliOptions as t };
|