Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test cleanup of unneeded folders (#1449)
## Description When running `npm test` the `pepr-test-module` is created with journey tests are run on module. This is a common place to test new features in the controller. However, there was legacy folders being left in the `dist` folder after the test ended. This PR cleans up the legacy folders that are no longer needed after the test ends and not relevant for controller testing. End to End Test: <!-- if applicable --> (See [Pepr Excellent Examples](https://github.com/defenseunicorns/pepr-excellent-examples)) ## Related Issue Fixes #1361 <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
- Loading branch information