Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: change tests location
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Brud committed Feb 21, 2024
1 parent 56d6d6e commit 9bf54ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

import { Hello } from '../../components/Hello/Hello';
import { render, screen } from '../../test-utils';
import { Hello } from './Hello';

describe('Hello component', () => {
test('Should render text', () => {
Expand Down

0 comments on commit 9bf54ce

Please sign in to comment.