Skip to content

Commit

Permalink
feat: Add test.fail.only as a valid chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Nov 18, 2024
1 parent d2b9818 commit c067ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/parseFnCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const VALID_CHAINS = new Set([
// Test
'test',
'test.fail',
'test.fail.only',
'test.fixme',
'test.only',
'test.skip',
Expand Down

0 comments on commit c067ad2

Please sign in to comment.