Skip to content

Commit 0998f1b

Browse files
committed
refactor: rename utils to constant
1 parent c0d0fdc commit 0998f1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/__test__/Typist.test.tsx

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

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

77
beforeEach(() => {
88
jest.useFakeTimers();
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 '../src';
2+
import Typist from '..';
33

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

0 commit comments

Comments
 (0)