You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
unsused variable
This commit is contained in:
@ -24,7 +24,6 @@ import { stubClient } from './test-utils';
|
|||||||
|
|
||||||
describe('ScalarAuthClient', function() {
|
describe('ScalarAuthClient', function() {
|
||||||
let clientSandbox;
|
let clientSandbox;
|
||||||
let sac;
|
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
sinon.stub(window.localStorage, 'getItem').withArgs('mx_scalar_token').returns('brokentoken');
|
sinon.stub(window.localStorage, 'getItem').withArgs('mx_scalar_token').returns('brokentoken');
|
||||||
|
Reference in New Issue
Block a user