Skip to content

Commit 9fe4af1

Browse files
fix: move spec back to avoid loosing history
1 parent 3abfabf commit 9fe4af1

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

libs/ngrx-toolkit/src/lib/with-resource/tests/with-resource.spec.ts renamed to libs/ngrx-toolkit/src/lib/with-resource.spec.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ import {
1414
withState,
1515
} from '@ngrx/signals';
1616
import { of } from 'rxjs';
17-
import { Assert, AssertNot, IsEqual, Satisfies } from '../../test-utils/types';
18-
import {
19-
ErrorHandling,
20-
mapToResource,
21-
withResource,
22-
} from '../../with-resource';
23-
import { Address, venice, vienna } from './util/fixtures';
24-
import { paramsForResourceTypes } from './util/params-for-resource-types';
25-
import { setupUnnamedResource } from './util/setup-unnamed-resource';
17+
import { Assert, AssertNot, IsEqual, Satisfies } from './test-utils/types';
18+
import { ErrorHandling, mapToResource, withResource } from './with-resource';
19+
import { Address, venice, vienna } from './with-resource/tests/util/fixtures';
20+
import { paramsForResourceTypes } from './with-resource/tests/util/params-for-resource-types';
21+
import { setupUnnamedResource } from './with-resource/tests/util/setup-unnamed-resource';
2622

2723
describe('withResource', () => {
2824
describe('standard tests', () => {

0 commit comments

Comments
 (0)