commit: 391f7e0711f7060dfdb3d788a68c3353fdd24769
parent ac44c1bc110c01791226cb460506142bf3a1f952
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 3 Feb 2025 16:29:18 +0200
remove .only
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/unit/specs/modules/serverSideStorage.spec.js b/test/unit/specs/modules/serverSideStorage.spec.js
@@ -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 = {
...cloneDeep(defaultState),
cache: null