Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Apr 6, 2024
1 parent f6737de commit da7083b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .deno-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.2
1.42.1
1 change: 0 additions & 1 deletion deps/expect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ expect.extend(jestDOMMatchers);
* {@link https://github.com/jestjs/jest/blob/v29.7.0/docs/ExpectAPI.md}
*/
declare module "npm:[email protected]" {
// deno-lint-ignore no-empty-interface
interface Matchers<R>
extends
TestingLibraryMatchers<R, ReturnType<typeof expect.stringContaining>> {}
Expand Down

0 comments on commit da7083b

Please sign in to comment.