aboutsummaryrefslogtreecommitdiff
path: root/test/shared/settings/Search.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/shared/settings/Search.test.ts')
-rw-r--r--test/shared/settings/Search.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shared/settings/Search.test.ts b/test/shared/settings/Search.test.ts
index 51cd3eb..8bd8d89 100644
--- a/test/shared/settings/Search.test.ts
+++ b/test/shared/settings/Search.test.ts
@@ -3,7 +3,7 @@ import { expect } from 'chai';
describe('Search', () => {
it('returns search settings by valid settings', () => {
- let search = Search.fromJSON({
+ const search = Search.fromJSON({
default: 'google',
engines: {
'google': 'https://google.com/search?q={}',