mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
feat(babel6): fix participant field spec
This commit is contained in:
parent
2692fce522
commit
18df77c3c0
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ proxyquire = require 'proxyquire'
|
|||
Utils,
|
||||
} = require 'nylas-exports'
|
||||
|
||||
ParticipantsTextField = proxyquire '../../src/components/participants-text-field',
|
||||
'nylas-exports': {Contact, ContactStore}
|
||||
ParticipantsTextField = proxyquire('../../src/components/participants-text-field',
|
||||
'nylas-exports': {Contact, ContactStore}).default
|
||||
|
||||
participant1 = new Contact
|
||||
id: 'local-1'
|
||||
|
|
|
@ -10,7 +10,7 @@ import CategoryRemovalTargetRulesets from '../internal_packages/thread-list/lib/
|
|||
const {Default} = CategoryRemovalTargetRulesets;
|
||||
|
||||
|
||||
describe('MailboxPerspective', ()=> {
|
||||
describe('MailboxPerspective', function mailboxPerspective() {
|
||||
beforeEach(()=> {
|
||||
this.accountIds = ['a1', 'a2']
|
||||
this.accounts = {
|
||||
|
|
Loading…
Reference in a new issue