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