Skip to content

Commit edd8214

Browse files
committed
Rename and move test snapshot
- from App.tsx to src/index.tsx - update import
1 parent 26d1a4a commit edd8214

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { describe, expect, it } from '@jest/globals'
77
import React from 'react'
88
import ReactTestRenderer from 'react-test-renderer'
99

10-
import App from '../src'
10+
import App from '../../src'
1111

1212
describe('app', () => {
1313
it('renders correctly', async () => {

0 commit comments

Comments
Β (0)