Skip to content

Commit 60e06e8

Browse files
committed
chore(tests): remove fdescribe
1 parent 62958e5 commit 60e06e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/repeat.issue-378.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { waitForFrames } from './test-utilities';
55
import { Repeat } from '../src/repeat';
66

77
// https://github.com/aurelia/templating-resources/issues/378
8-
fdescribe('repeat.issue-378.spec.ts', () => {
8+
describe('repeat.issue-378.spec.ts', () => {
99
it('works with <div repeat[Array] /> -->> <... matcher />', async () => {
1010
Repeat.useInnerMatcher = false;
1111
const model = new class {

0 commit comments

Comments
 (0)