Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Dec 13, 2024
1 parent 1d369a0 commit 67f57fa
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 123 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 67f57fa

Please sign in to comment.