We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be789a commit 385b38fCopy full SHA for 385b38f
__tests__/adapters/settings/localstorage.js
@@ -10,7 +10,7 @@ describe('LocalStorage Settings Adapter', () => {
10
});
11
12
afterAll(() => {
13
- localStorage.clearItem('failure');
+ localStorage.removeItem('failure');
14
core.destroy();
15
16
0 commit comments