chore(web): minor cleanup after generalizing fix with prior commit

This commit is contained in:
Joshua A. Horton 2024-06-27 09:50:40 +07:00
parent 34986503c9
commit 60772bfdfa

View file

@ -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]
});
});