Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Apr 4, 2024
1 parent e3f4420 commit b08490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global.customElements = window.customElements;
global.CSSStyleSheet = window.CSSStyleSheet;

/**
* A replacement for [describe()] that mimics [describe.skip()]
* A replacement for [test()] that mimics [test.skip()]
*/

const testSkip: jest.It = Object.assign(
Expand Down

0 comments on commit b08490b

Please sign in to comment.