Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up navigation mode tests (#219)
* Extract test-utils.ts with checkWizardState function * Clean up navigation unit tests It makes little sense to have tests for StrictNavigationMode, SemiStrictNavigationMode, FreeNavigationMode after the corresponding classes have been removed in #211 * Fix issues reported by Codacy, except 'magic numbers' which seem inevitable in unit tests * Remove trailing commas * Provide comments for the `checkWizardStep` function
- Loading branch information