try another fix

This commit is contained in:
Liam DeBeasi
2023-12-18 18:09:40 -05:00
parent 0c9472ad17
commit 091eaa0c1a
2 changed files with 2 additions and 3 deletions

View File

@@ -75,7 +75,8 @@
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
"<rootDir>/jest.setup.js",
"@testing-library/jest-dom/extend-expect"
],
"testPathIgnorePatterns": [
"cypress",

View File

@@ -1,6 +1,4 @@
import * as utils from '../react-component-lib/utils';
// https://github.com/testing-library/jest-native/issues/72
import '@testing-library/jest-dom/extend-expect';
describe('isCoveredByReact', () => {
it('should identify standard events as covered by React', () => {