Hello there! It appears I'm having issues with collecting coverage from first-class component templates (<template>).
When running ember test with COVERAGE=true, Im getting the following error on the first .gts file:
.../components/misc/loading-indicator/loading-indicator.component.ts: Scope functions can only consist of a single return statement which returns an object expression containing references to in-scope valuesError: .../components/misc/loading-indicator/loading-indicator.component.ts: Scope functions can only consist of a single return statement which returns an object expression containing references to in-scope values
Is there a known incompatibility between ember-cli-code-coverage and gjs/gts files? Is there a workaround I'm not aware of?
Hello there! It appears I'm having issues with collecting coverage from first-class component templates (
<template>).When running
ember testwithCOVERAGE=true, Im getting the following error on the first.gtsfile:Is there a known incompatibility between
ember-cli-code-coverageandgjs/gtsfiles? Is there a workaround I'm not aware of?