self-review
This commit is contained in:
parent
8dae81e29d
commit
9b53879e70
9 changed files with 8 additions and 29 deletions
|
|
@ -155,7 +155,6 @@ describe('oauth store', () => {
|
|||
describe('ensureAppToken', () => {
|
||||
it('should work if the state is empty', async ({ worker }) => {
|
||||
worker.use(...authApis())
|
||||
console.log('=========', worker.listHandlers())
|
||||
const store = useOAuthStore()
|
||||
const token = await store.ensureAppToken()
|
||||
expect(token).to.eql('test-app-token')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue