File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/test/router Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments