Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
Remove test optimization (.only)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas committed Jun 19, 2015
1 parent da2e044 commit 0298ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Queries/ReadQueriesTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('ReadQueries', () => {
getRawValuesMock = sinon.mock(readQueries);
});

it.only('should execute filters function with current search parameter if filters is a function', () => {
it('should execute filters function with current search parameter if filters is a function', () => {
var searchParameter = null;
var field = new ReferenceField('myField')
.targetEntity(humanEntity)
Expand Down

0 comments on commit 0298ce6

Please sign in to comment.