Skip to content

Commit

Permalink
docs: Fixed test cases label
Browse files Browse the repository at this point in the history
  • Loading branch information
Диана Козаченко committed Dec 19, 2023
1 parent 3defe23 commit 9bb05c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-export/test-cases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type TestCases = {
[key in TestCaseKey]: TestCaseVariants
}

// A majority of import declarations examples for tests is taken from
// A majority of export declarations examples for tests is taken from
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
const codeMap: Map<TestCaseKey, string> = new Map<TestCaseKey, string>([
['allExport', 'export * from'],
Expand Down

0 comments on commit 9bb05c6

Please sign in to comment.