Skip to content

Commit e8946f8

Browse files
test(Transition): refactored Transition tests as core tests, not ng1
1 parent 4fcccd8 commit e8946f8

File tree

5 files changed

+333
-282
lines changed

5 files changed

+333
-282
lines changed

test/core/hookBuilderSpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
UIRouter, TransitionService, StateService, State, PathNode, tail, PathFactory
33
} from "../../src/core";
44

5-
import {tree2Array} from "../stateHelper.ts";
5+
import {tree2Array} from "../testUtils.ts";
66
import "../../src/justjs";
77

88
describe('HookBuilder:', function() {

test/core/hooksSpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import {UIRouter} from "../../src/router";
3-
import {tree2Array} from "../stateHelper.ts";
3+
import {tree2Array} from "../testUtils.ts";
44
import {find} from "../../src/common/common";
55

66

test/core/stateRegistrySpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {UIRouter} from "../../src/router";
2-
import {tree2Array} from "../stateHelper.ts";
2+
import {tree2Array} from "../testUtils.ts";
33
import {StateRegistry} from "../../src/state/stateRegistry";
44
import {services} from "../../src/common/coreservices";
55

0 commit comments

Comments
 (0)