Skip to content

Commit a03fb6a

Browse files
committed
chore: move __test__ to root directory
1 parent dde1f0c commit a03fb6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from 'react';
22
import { render, screen, waitFor } from '@testing-library/react';
33

4-
import Typist from '../components/Typist';
4+
import Typist from '../src';
55
import { nestedChildren } from './utils';
66

77
beforeEach(() => {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import Typist from '..';
2+
import Typist from '../src';
33

44
export const nestedChildren = (
55
<div className="first">

0 commit comments

Comments
 (0)