Skip to content

Commit

Permalink
Reliability: Flow types for tests (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid authored Dec 16, 2024
1 parent 6d1bb40 commit 8f31c24
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 382 deletions.
1 change: 1 addition & 0 deletions flow-typed/node/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ declare module "assert" {
message?: string
): void;
ifError(value: any): void,
match(actual: any, expected: any, message?: string): void,
AssertionError: typeof AssertionError,
strict: AssertStrict;
...
Expand Down
Loading

0 comments on commit 8f31c24

Please sign in to comment.