Problems with node --test
s written in Civet (or possibly wider issue with ESM reading config)
#1315
Labels
plugin/integration
Integrating Civet with other tools
node --import @danielx/civet/register --test tests/*.civet
does not read or take into account any civet config.node --import @danielx/civet/register --test tests/*.civet --experimental-test-coverage
throws aWarning: Could not report code coverage. TypeError: Cannot read properties of undefined (reading 'startOffset')
error, so no test coverage :(Note
This could just be symptomatic of a wider issue where executing ESM
civet *.civet
files ignores config entirely.The text was updated successfully, but these errors were encountered: