You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test failure when running npm run test with COVERAGE=true
TypeError: The plugin {"_parallelBabel":{"requireFile":"/home/travis/build/ciena-frost/ember-frost-core/node_modules/ember-cli-htmlbars-inline-precompile/lib/require-from-worker","buildUsing":"build","params":{"templateCompilerPath":"/home/travis/build/ciena-frost/ember-frost-core/node_modules/ember-source/dist/ember-template-compiler.js","parallelConfig":[]}}} didn't export a Plugin instance
Problem Description
Test failure when running
npm run test
withCOVERAGE=true
Packages
"ember-cli": "2.12.3"
"ember-source": "~2.12.0"
"ember-cli-htmlbars-inline-precompile": "^0.3.6"
"ember-cli-code-coverage": "0.3.12"`Solution
Pin version of
ember-cli-htmlbars-inline-precompile": "0.3.12"
until ember-cli/ember-cli-htmlbars-inline-precompile#90 is resolved.and add the following to
ember-cli-build.js
The text was updated successfully, but these errors were encountered: