Skip to content

Commit ebfcda6

Browse files
committed
refactor: . Move tests/*Layout* to tests/Layout/
1 parent 98d350e commit ebfcda6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TaskLayout.test.ts renamed to tests/Layout/TaskLayout.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @jest-environment jsdom
33
*/
44

5-
import { TaskLayoutOptions } from '../src/Layout/TaskLayoutOptions';
6-
import { QueryLayoutOptions } from '../src/Layout/QueryLayoutOptions';
7-
import { TaskLayout } from '../src/Layout/TaskLayout';
5+
import { TaskLayoutOptions } from '../../src/Layout/TaskLayoutOptions';
6+
import { QueryLayoutOptions } from '../../src/Layout/QueryLayoutOptions';
7+
import { TaskLayout } from '../../src/Layout/TaskLayout';
88

99
describe('TaskLayout tests', () => {
1010
it('should generate expected CSS classes for default layout', () => {

0 commit comments

Comments
 (0)