philly-ward-leaders
philly-ward-leaders copied to clipboard
New tooltip library is causing app.spec.js to fail
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
:-(
Fix is pending merge of hekigan/vue-directive-tooltip#20
Merged, just waiting on it to be published to npm.
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.