Skip to content

fix paymaster unit test folder and mutation readme#77

Open
mooncitydev wants to merge 1 commit into
EnsoBuild:mainfrom
mooncitydev:fix-enso-checkout-unit-path-and-mutation-readme
Open

fix paymaster unit test folder and mutation readme#77
mooncitydev wants to merge 1 commit into
EnsoBuild:mainfrom
mooncitydev:fix-enso-checkout-unit-path-and-mutation-readme

Conversation

@mooncitydev
Copy link
Copy Markdown

@mooncitydev mooncitydev commented Apr 16, 2026

what was wrong

  • the paymaster unit tests lived under test/unit/concrete/paymaster/signaturePaymster (typo) while package.json script test:enso_checkout:unit uses paymaster/signaturePaymaster. forge --match-path did not match any SignaturePaymaster tests, so that npm command skipped the entire paymaster suite without failing loudly.
  • the mutation testing section referenced mutationTest.mjs, which does not exist in the repo; the real entry point is testGambitMutations.mjs.
  • the optional automation link pointed at ./scripts/... instead of ./test/scripts/....

what this does

  • rename the folder to signaturePaymaster so it matches package.json and the documented layout.
  • align the readme with the actual script name and fix the relative link.

made by mooncitydev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant