Remove outdated test
This commit is contained in:
parent
c10a15386a
commit
b9082fb13f
1 changed files with 0 additions and 10 deletions
|
@ -32,16 +32,6 @@ describe('The users module', () => {
|
||||||
|
|
||||||
expect(user.muted).to.eql(false)
|
expect(user.muted).to.eql(false)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('sets oauth tokens', () => {
|
|
||||||
const state = cloneDeep(defaultState)
|
|
||||||
const tokens = [{ id: 1, token: 'bar' }]
|
|
||||||
|
|
||||||
mutations.addOAuthTokens(state, tokens)
|
|
||||||
|
|
||||||
expect(state.oauthTokens).to.have.length(1)
|
|
||||||
expect(state.oauthTokens).to.eql(tokens)
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('getUserByName', () => {
|
describe('getUserByName', () => {
|
||||||
|
|
Loading…
Reference in a new issue