Skip to content

Commit

Permalink
fix(ui): import jest for react tests (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: Mihkel.Paloots <mihkel.paloots@nortal.com>
  • Loading branch information
MihkelPaloots and Mihkel.Paloots authored Aug 12, 2024
1 parent 0d2a758 commit 958ff4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/react-ui/src/lib/button/button.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { render } from '@testing-library/react';
import ButtonComponent from './button';
import { expect, describe, it } from '@jest/globals';

describe('ButtonComponent', () => {
it('renders without crashing', () => {
Expand Down

0 comments on commit 958ff4b

Please sign in to comment.