remove .only
This commit is contained in:
parent
ac44c1bc11
commit
391f7e0711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue