mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
revert old change
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user