danielgtaylor / danielgtaylor/peasant
Post-build integration test
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to ensure the build works as expected by running the unit tests over the _transpiled code_ instead of the sources. This could maybe be accomplished via a require hook and then running the tests, i.e. replace `./src/` with `./lib/` when requiring modules in the tests.
This could be useful as a prepublish step to prove that the transpiled output works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.