Mailspring/packages/client-app/internal_packages/keybase/spec/keybase-profile-spec.cjsx

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