Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(helper.derive): use toBeUndefined
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed May 2, 2019
1 parent 2865d05 commit 5ebb592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-spec/helper.derive.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test(
}).then(function(responses) {
var mainResponse = responses[0];

expect(mainResponse.state.query).toBe('');
expect(mainResponse.state.query).toBeUndefined();
expect(mainResponse.results.hits.length).toBe(2);

var derivedResponse = responses[1];
Expand Down

0 comments on commit 5ebb592

Please sign in to comment.