You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the update to 1.6.0, some of my unittests(jest) in my project stopped working.
Loader must implement loadTemplate(url).
115 | });
116 |
> 117 | await component.create(bootstrap);
| ^
118 | });
129 |
at Loader.loadTemplate (node_modules/aurelia-loader/dist/commonjs/aurelia-loader.js:119:11)
at ensureRegistryEntry (node_modules/aurelia-templating/src/view-engine.ts:22:17)
at ViewEngine.Object.<anonymous>.ViewEngine.loadViewFactory (node_modules/aurelia-templating/src/view-engine.ts:135:12)
at ConventionalViewStrategy.Object.<anonymous>.ConventionalViewStrategy.loadViewFactory (node_modules/aurelia-templating/src/view-strategy.ts:133:23)
at HtmlBehaviorResource.Object.<anonymous>.HtmlBehaviorResource.load (node_modules/aurelia-templating/src/html-behavior.ts:306:10)
at ResourceDescription.Object.<anonymous>.ResourceDescription.load (node_modules/aurelia-templating/src/module-analyzer.ts:210:35)
at ResourceModule.Object.<anonymous>.ResourceModule.load (node_modules/aurelia-templating/src/module-analyzer.ts:122:23)
at node_modules/aurelia-templating/src/view-engine.ts:288:41
Downgrading the version back to 1.5.2 fixes this issue!
Please tell us about your environment:
Operating System:
Linux (Ubuntu 18.04)
Node Version:
14.21.3
Expected/desired behavior:
Update should not contain breaking changes.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
Since the update to 1.6.0, some of my unittests(jest) in my project stopped working.
Downgrading the version back to 1.5.2 fixes this issue!
Please tell us about your environment:
Operating System:
Linux (Ubuntu 18.04)
Expected/desired behavior:
Update should not contain breaking changes.
The text was updated successfully, but these errors were encountered: