diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-06-24 10:00:06 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-06-24 10:00:06 +0300 |
commit | cb8868f39c5f107de5ffa4d21a68b668680986e8 (patch) | |
tree | 48c197b0fd7e0e5c7301e8afffad0083abd9af67 /test/api/evaluateSpec.js | |
parent | f30069c0c3aa1d441b2aaa9aba691f000218b4b9 (diff) | |
download | awesomplete-cb8868f39c5f107de5ffa4d21a68b668680986e8.zip awesomplete-cb8868f39c5f107de5ffa4d21a68b668680986e8.tar.gz awesomplete-cb8868f39c5f107de5ffa4d21a68b668680986e8.tar.bz2 |
Consistent quotes style
Diffstat (limited to 'test/api/evaluateSpec.js')
-rw-r--r-- | test/api/evaluateSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/evaluateSpec.js b/test/api/evaluateSpec.js index 95d1c6d..b8107bb 100644 --- a/test/api/evaluateSpec.js +++ b/test/api/evaluateSpec.js @@ -16,7 +16,7 @@ describe("awesomplete.evaluate", function () { this.subject.evaluate(); expect(this.subject.close).toHaveBeenCalledWith({ - reason: 'nomatches' + reason: "nomatches" }); }); }); @@ -31,7 +31,7 @@ describe("awesomplete.evaluate", function () { this.subject.evaluate(); expect(this.subject.close).toHaveBeenCalledWith({ - reason: 'nomatches' + reason: "nomatches" }); }); }); |