Skip to content

Commit

Permalink
Merge branch 'main' into jbaltazar/upgrade-adobe-css-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbaltazar authored Sep 27, 2023
2 parents f164191 + 6d65999 commit 3d4605e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tutorial to learn how: http://kcd.im/pull-request

- `@testing-library/jest-dom` version:
- `node` version:
- `jest` (or `vitest`) version:
- `npm` (or `yarn`) version:

<!--
Expand Down
4 changes: 2 additions & 2 deletions src/jest-globals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* istanbul ignore file */

import globals from '@jest/globals'
import {expect} from '@jest/globals'
import * as extensions from './matchers'

globals.expect.extend(extensions)
expect.extend(extensions)

0 comments on commit 3d4605e

Please sign in to comment.