Skip to content

Commit

Permalink
fix(@lapidist/button): invalid snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdorrans committed Dec 3, 2019
1 parent 3dbe81a commit def502f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 432 deletions.
2 changes: 1 addition & 1 deletion packages/button/src/Button.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import renderer from 'react-test-renderer';
import 'jest-styled-components';

import Button from './index';
import { Button } from './index';

test('it works', () => {
const tree = renderer.create(<Button text="Click me" />).toJSON();
Expand Down
Loading

0 comments on commit def502f

Please sign in to comment.