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 62958e5 commit 60e06e8Copy full SHA for 60e06e8
test/repeat.issue-378.spec.ts
@@ -5,7 +5,7 @@ import { waitForFrames } from './test-utilities';
5
import { Repeat } from '../src/repeat';
6
7
// https://github.com/aurelia/templating-resources/issues/378
8
-fdescribe('repeat.issue-378.spec.ts', () => {
+describe('repeat.issue-378.spec.ts', () => {
9
it('works with <div repeat[Array] /> -->> <... matcher />', async () => {
10
Repeat.useInnerMatcher = false;
11
const model = new class {
0 commit comments