Skip to content

Commit e157608

Browse files
runspiredMehulKChaudhari
authored andcommitted
chore: restructure SchemaRecord test file layout to make it easier to navigate (emberjs#9763)
* chore: simplify test file layout * chore: move polaris test files to new structure
1 parent 869d34b commit e157608

29 files changed

+3
-3
lines changed

tests/warp-drive__schema-record/tests/legacy/reactivity/basic-fields-test.ts tests/warp-drive__schema-record/tests/legacy/basic-fields-reactivity-test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import type { StableRecordIdentifier } from '@warp-drive/core-types';
1515
import { Type } from '@warp-drive/core-types/symbols';
1616
import type { SchemaRecord, Transformation } from '@warp-drive/schema-record';
1717

18-
import { simplePayloadNormalize } from '../../-utils/normalize-payload';
19-
import { reactiveContext } from '../../-utils/reactive-context';
18+
import { simplePayloadNormalize } from '../-utils/normalize-payload';
19+
import { reactiveContext } from '../-utils/reactive-context';
2020

2121
interface User {
2222
id: string | null;

tests/warp-drive__schema-record/tests/legacy/reactivity/relationships-test.ts tests/warp-drive__schema-record/tests/legacy/relationships-reactivity-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { Type } from '@warp-drive/core-types/symbols';
1414

1515
import type Store from 'warp-drive__schema-record/services/store';
1616

17-
import { reactiveContext } from '../../-utils/reactive-context';
17+
import { reactiveContext } from '../-utils/reactive-context';
1818

1919
module('Legacy | Reactivity | relationships', function (hooks) {
2020
setupRenderingTest(hooks);

0 commit comments

Comments
 (0)