cloudscape-design / jest-preset

Jest presets for Cloudscape Design System
https://cloudscape.design/
Apache License 2.0
5 stars 1 forks source link

chore: Remove tap and switch to node test runner #25

Closed timogasda closed 10 months ago

timogasda commented 10 months ago

Issue #, if available:

Description of changes: Our test runner tap was causing some dependency warnings. I figured we don't really need to bring in a whole dependency for the tiny test suite we have in this package. So I propose we switch to the NodeJS test runner :)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

timogasda commented 10 months ago

Closing this because the test runner is still experimental and codecov doesn't understand the generated coverage report.