Skip to content

Commit 6d798d5

Browse files
refactor(): adjust coding style
1 parent 3fa6625 commit 6d798d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/test/router/routes-resolver.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('RoutesResolver', () => {
110110
});
111111

112112
describe('registerRouters', () => {
113-
it('should register each module with the base path and append the __module_path__ if present ', () => {
113+
it('should register each module with the base path and append the module path if present ', () => {
114114
const routes = new Map();
115115
routes.set('TestRoute', {
116116
instance: new TestRoute(),
@@ -151,7 +151,7 @@ describe('RoutesResolver', () => {
151151
).to.be.true;
152152
});
153153

154-
it('should register each module with __module_path__ if present and no basePath ', () => {
154+
it('should register each module with the module path if present', () => {
155155
const routes = new Map();
156156
routes.set('TestRoute', {
157157
instance: new TestRoute(),

0 commit comments

Comments
 (0)