revert old change

This commit is contained in:
Liam DeBeasi
2023-12-18 18:37:19 -05:00
parent dc6c7d029e
commit 1fb4841468
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,5 @@
import * as utils from '../react-component-lib/utils';
import '@testing-library/jest-dom';
describe('isCoveredByReact', () => {
it('should identify standard events as covered by React', () => {