mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
fix(plugins): expose react-addons-test-utils for spec testing (#1925)
This commit is contained in:
parent
6924965b87
commit
fad1594c01
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class NylasExports
|
|||
# Libraries
|
||||
@get "React", -> require 'react' # Our version of React for 3rd party use
|
||||
@get "ReactDOM", -> require 'react-dom'
|
||||
@get "ReactTestUtils", -> require 'react-addons-test-utils'
|
||||
@get "Reflux", -> require 'reflux'
|
||||
@get "Rx", -> require 'rx-lite'
|
||||
@get "Keytar", -> require 'keytar' # atom-keytar access through native module
|
||||
|
|
Loading…
Reference in a new issue