Mailspring/packages/nylas-mail/internal_packages/keybase/spec/keybase-profile-spec.cjsx
2017-02-16 13:15:10 -08:00

9 lines
296 B
CoffeeScript
Executable file

{React, ReactTestUtils, Message} = require 'nylas-exports'
KeybaseUser = require '../lib/keybase-user'
describe "KeybaseUserProfile", ->
it "should have a displayName", ->
expect(KeybaseUser.displayName).toBe('KeybaseUserProfile')
# behold, the most comprehensive test suite of all time