[bugfix] resolve 'ERR_REQUIRE_ESM' error occurring on 'npm run test' #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
open-wc
testing configuration described in their documentation with a single-line change to include ourbundle.css
in thefiles
Description of the Bug
npm run test
no longer runs the karma testing suite as it used to and prints an error related toERR_REQUIRE_ESM
Output
Attempted Fixes
"type": "module"
frompackage.json
-> no tests are run, they just hang.karma.conf.js
tokarma.conf.cjs
and update command tokarma start karma.conf.cjs
-> no tests are run, and they just hang. even afternpm update
--experimental-modules
flag for node -> no effectSteps to Reproduce
Screenshots