mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
chore(web): minor cleanup after generalizing fix with prior commit
This commit is contained in:
parent
34986503c9
commit
60772bfdfa
1 changed files with 1 additions and 5 deletions
|
|
@ -74,11 +74,7 @@ describe('LMLayerWorker', function () {
|
|||
sinon.assert.calledWithMatch(fakePostMessage.lastCall, {
|
||||
message: 'suggestions',
|
||||
token: token,
|
||||
suggestions: hazel[0].map((entry) => {
|
||||
return {
|
||||
...entry
|
||||
}
|
||||
})
|
||||
suggestions: hazel[0]
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue