Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 1, 2018
1 parent 25f3a83 commit acbb4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Component, forwardRef } from '@wordpress/element';
*
* @type {Component}
*/
class IgnoreNestedEvents extends Component {
export class IgnoreNestedEvents extends Component {
constructor() {
super( ...arguments );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { mount } from 'enzyme';
/**
* Internal dependencies
*/
import IgnoreNestedEvents from '../';
import { IgnoreNestedEvents } from '../';

describe( 'IgnoreNestedEvents', () => {
it( 'passes props to its rendered div', () => {
Expand Down

0 comments on commit acbb4d0

Please sign in to comment.