We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a912a commit 1051588Copy full SHA for 1051588
app-min/test/my-app.spec.ext
@@ -14,7 +14,7 @@ import { MyApp } from '../src/my-app';
14
function createAu(template, ...deps) {
15
// @endif
16
// @if typescript
17
-function createAu(template: string, ...deps: readonly unknown[]): Aurelia {
+function createAu(template: string, ...deps: readonly unknown[]) {
18
19
const wrapper = CustomElement.define({name: 'wrapper', template});
20
document.body.appendChild(document.createElement('wrapper'));
0 commit comments