| options.ts |
Parse a runner option that is always boolean-typed. False if missing or '0'. |
6922 |
- |
| sys.ts |
eslint-disable no-process-exit, n/no-process-exit |
1150 |
- |
| test_worker-worker.ts |
eslint-disable-next-line @typescript-eslint/no-explicit-any |
1738 |
- |
| test_worker.ts |
Query all currently-registered service workers, and unregister them. |
8767 |
- |
| utils_worker.ts |
Set config environment for workers with ctsOptions and return a Logger.
|
1607 |
- |
| wrap_for_worker.ts |
Sets up the currently running Web Worker to wrap the TestGroup object `g`.
`g` is the `g` exported from a `.spec.ts` file: a TestGroupBuilder<F> interface,
which underneath is actually a TestGroup<F> object.
This is used in the generated `.as_worker.js` files that are generated to use as service workers.
|
2669 |
- |