Skip to content

Commit

Permalink
chore(test): fix list manager test
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Apr 15, 2019
1 parent 7148c53 commit 6efe803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/list/manager.test.ts
Expand Up @@ -41,6 +41,7 @@ describe('list commands', () => {
expect(manager.isActivated).toBe(true)
expect(manager.name).toBe('location')
await manager.ui.ready
await helper.wait(100)
let line = await nvim.getLine()
expect(line).toMatch(/manager.test.ts/)
})
Expand Down

0 comments on commit 6efe803

Please sign in to comment.