Skip to content

Commit

Permalink
Final tweak of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Dec 20, 2024
1 parent 992d461 commit 6c65518
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/perseus/src/__tests__/validation.typetest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
* This file contains TypeScript type "tests" which ensure that types needed
* for scoring and validation stay in sync with other types in the system.
*
* If you make a change and one of these "satisfies" assertions fails, that
* will usually mean you've made a change that will cause runtime breakages in
* scoring or validation.
* If you make a change and `Extends<>` starts to complain, that will usually
* mean you've made a change that will cause runtime breakages in scoring or
* validation. ie. The types that should be compatible are no longer
* compatible. Read the TypeScript error message closely and it should point
* you in the right direction.
*/
import type {PerseusRenderer} from "../perseus-types";
import type {ScoringDataMap, ValidationDataMap} from "../validation.types";
Expand Down

0 comments on commit 6c65518

Please sign in to comment.