Skip to content

Commit

Permalink
doc: actually write changes into the right file lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Nov 14, 2024
1 parent 1c48f09 commit a65e7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/documentation/print-linting-and-testing-wiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ assertDataflow(label('simple variable', ['name-normal']), shell,
'x', emptyGraph().use('0', 'x')
);
`)}
The \`name-normal\` capability refers to a variable name being used, and the test checks that the dataflow graph contains a node for the variable \`x\`.
The resulting labels are used in the test report that is generated as part of the test output. They group tests by the capabilities they test and allow the report to display how many tests ensure that any given capability is properly supported.
#### Running Only Some Tests
Expand Down

0 comments on commit a65e7af

Please sign in to comment.