CodeForPhilly / philly-ward-leaders

The players behind elections
https://www.phillywardleaders.com
MIT License
17 stars 11 forks source link

New tooltip library is causing app.spec.js to fail #167

Open timwis opened 7 years ago

timwis commented 7 years ago

Not sure how it could happen but it appears to be babel/esmodules related. The error is Unexpected token export on dist/popper-utils.js:1002 :-(

timwis commented 7 years ago

Fix is pending merge of hekigan/vue-directive-tooltip#20

timwis commented 7 years ago

Merged, just waiting on it to be published to npm.

timwis commented 7 years ago

For now I've disabled the app.spec.js test via a line in package.json. Once the new version of vue-directive-tooltip is pushed to npm, we can uncomment that line to re-enable the test.