Skip to content

Commit

Permalink
fix(docs): add missing test annotation in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Sep 6, 2023
1 parent 5b934ee commit f682ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/testing/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ public async willNotRun({ assert }: Context) {
assert.equal(1 + 1, 2)
}

@Test()
@Skip('Skipped because of some reason')
public async willNotRunAlso({ assert }: Context) {
assert.equal(1 + 1, 2)
Expand Down

0 comments on commit f682ad6

Please sign in to comment.