Skip to content

Commit

Permalink
fix(tests): describe does not expect a done parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
insidewhy committed Dec 17, 2015
1 parent 0293b65 commit 3ed2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repeat-integration.spec.js
Expand Up @@ -489,7 +489,7 @@ function describeArrayTests(viewsRequireLifecycle) {
});
}

describe('Repeat array (pure)', describeArrayTests);
describe('Repeat array (pure)', describeArrayTests.bind(this, true));

describe('Repeat array (not pure)', describeArrayTests.bind(this, false));

Expand Down

0 comments on commit 3ed2b0f

Please sign in to comment.