We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19420 commit 64429adCopy full SHA for 64429ad
tests/lib/rules/test-case-shorthand-strings.ts
@@ -13,7 +13,7 @@ import { RuleTester } from 'eslint';
13
/**
14
* Returns the code for some valid test cases
15
* @param cases The code representation of valid test cases
16
- * @returns {string} Code representing the test cases
+ * @returns Code representing the test cases
17
*/
18
function getTestCases(cases: string[]): string {
19
return `
0 commit comments