mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(search): Missed a .default
This commit is contained in:
parent
fe82977574
commit
ccbd717c6e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ React = require 'react'
|
|||
ReactDOM = require 'react-dom'
|
||||
ReactTestUtils = require('react-addons-test-utils')
|
||||
|
||||
SearchBar = require '../lib/search-bar'
|
||||
SearchBar = require('../lib/search-bar').default
|
||||
SearchActions = require('../lib/search-actions').default
|
||||
|
||||
describe 'SearchBar', ->
|
||||
|
|
Loading…
Reference in a new issue