Skip to content

Commit

Permalink
Enable timeout ensureSynchronized everywhere (Solution #2) (#12303)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman authored Oct 15, 2022
1 parent 70dfc29 commit 9eb2dc6
Show file tree
Hide file tree
Showing 20 changed files with 1,229 additions and 936 deletions.
7 changes: 4 additions & 3 deletions api-report/mocha-test-setup.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
```ts

/// <reference types="mocha" />

// @public (undocumented)
export const mochaHooks: {
beforeAll(): void;
beforeEach(): void;
afterEach(): void;
beforeEach(this: Mocha.Context): void;
afterEach(this: Mocha.Context): void;
};


// (No @packageDocumentation comment for this package)

```
2 changes: 0 additions & 2 deletions api-report/test-utils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export function timeoutPromise<T = void>(executor: (resolve: (value: T | Promise

// @public (undocumented)
export interface TimeoutWithError {
// (undocumented)
durationMs?: number;
// (undocumented)
errorMsg?: string;
Expand All @@ -347,7 +346,6 @@ export interface TimeoutWithError {

// @public (undocumented)
export interface TimeoutWithValue<T = void> {
// (undocumented)
durationMs?: number;
// (undocumented)
reject: false;
Expand Down
Loading

0 comments on commit 9eb2dc6

Please sign in to comment.