Current state
The test script in package.json currently uses kcd-scripts test:
"test": "kcd-scripts test"
Goal
Replace kcd-scripts test with a native Jest command that runs the same
tests with the same behavior.
This might relate directly to #405 . I don't know enough about this part of the package to understand whether they can be done separately or if it's better to do them together.
We can either close this with #405 or implement separately depending on what makes sense.