aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/jsUtils.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jsUtils.test.ts b/test/jsUtils.test.ts
index 411ef28f9..ff7d29d77 100644
--- a/test/jsUtils.test.ts
+++ b/test/jsUtils.test.ts
@@ -146,7 +146,7 @@ describe('jsUtils', () => {
146 }); 146 });
147 147
148 it('handles index = 11', () => { 148 it('handles index = 11', () => {
149 expect(jsUtils.acceleratorString(11, 'abc')).toEqual(undefined); 149 expect(jsUtils.acceleratorString(11, 'abc')).toEqual('');
150 }); 150 });
151 }); 151 });
152}); 152});