chore(deps): bump deps (#21632)

This commit is contained in:
Adam Bradley
2020-06-29 10:21:06 -05:00
committed by GitHub
parent 7a29e0e3c7
commit ce6e637787
22 changed files with 23862 additions and 1221 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import { JSX } from '@ionic/core';
import { createReactComponent } from '../createComponent';
import { render, fireEvent, cleanup, RenderResult } from 'react-testing-library';
import { render, fireEvent, cleanup, RenderResult } from '@testing-library/react';
import { IonButton } from '../index';
afterEach(cleanup);