Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ land, never lower them to get a build green.
| Compatibility | `test/deprecated.test.ts` | A deprecated spelling that silently stopped working |
| Property | `test/property.test.ts` | A law that holds for chosen examples but not in general |
| Fuzz | `test/fuzz.test.ts` | A parser crashing, hanging, or corrupting source it did not write |
| Contract | `test/contract.test.ts` | A provider implementation that satisfies the types but not the contract |
| Characterization | `test/characterization*.test.ts` | A change to anything this library *generates* — rewritten source, emitted instrumentation, prompts, CLI output, the export surface |

## Running
Expand Down
Loading
Loading