remove .only

This commit is contained in:
Henry Jameson 2025-02-03 16:29:18 +02:00
parent ac44c1bc11
commit 391f7e0711

View file

@ -74,7 +74,7 @@ describe('The serverSideStorage module', () => {
}) })
}) })
it.only('should reset local timestamp to remote if contents are the same', () => { it('should reset local timestamp to remote if contents are the same', () => {
const state = { const state = {
...cloneDeep(defaultState), ...cloneDeep(defaultState),
cache: null cache: null