Skip to content

Commit f8b3834

Browse files
move tests to modules subfolder
1 parent 38f64f6 commit f8b3834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import Renderer from 'react-test-renderer';
3-
import Coroutine from '../modules/Coroutine';
3+
import Coroutine from '../Coroutine';
44

55
describe('Coroutine', () => {
66
it('should render empty body until coroutine is resolved', async () => {

0 commit comments

Comments
 (0)