Skip to content

Commit

Permalink
Update Button.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 31, 2022
1 parent 8587d5b commit 544d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/button/Button.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { render } from '@testing-library/react';
import { Button } from './Button';
import { Button } from './Button';
import '@testing-library/jest-dom';

describe('Button', () => {
Expand Down

0 comments on commit 544d1f2

Please sign in to comment.