mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(keybase): Don't run specs which require keybase API
This commit is contained in:
parent
72cd732ebf
commit
0a45a5b039
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
kb = require '../lib/keybase'
|
||||
|
||||
describe "keybase lib", ->
|
||||
xdescribe "keybase lib", ->
|
||||
# TODO stub keybase calls?
|
||||
it "should be able to fetch an account by username", ->
|
||||
@them = null
|
||||
|
|
Loading…
Reference in a new issue