mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(navcontroller): lazy loading is queued
This commit is contained in:
@ -19,7 +19,8 @@ describe('module-loader', () => {
|
||||
promise.then((response) => {
|
||||
expect(ngModuleLoader.load).toHaveBeenCalledWith(pathPrefix, exportSuffix);
|
||||
}).catch((err: Error) => {
|
||||
done(err);
|
||||
fail(err);
|
||||
done(err);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user