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