All the tests pass locally, and the build looks good on push to firebase host. No UI bugs or errors. But Travis chokes on import { ControlledMap } from './src/components/Map/index.js. I'm really not sure why that would be...I'm guessing a node version discrepancy, or something weird with webpack?
For the time being I've just jettisoned the test files that test <Root /> and <Map />, since otherwise everything looks fine. I'll have to drill into what's special about the map file that's causing problems...
All the tests pass locally, and the build looks good on push to firebase host. No UI bugs or errors. But Travis chokes on
import { ControlledMap } from './src/components/Map/index.js
. I'm really not sure why that would be...I'm guessing a node version discrepancy, or something weird with webpack?For the time being I've just jettisoned the test files that test
<Root />
and<Map />
, since otherwise everything looks fine. I'll have to drill into what's special about the map file that's causing problems...