Skip to content

Commit 372b3fa

Browse files
author
Andrii Kirmas
committed
Comments cleanup
1 parent 774cc15 commit 372b3fa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

__tests__/check.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ it("research", () => {
6161
expect(true).toBe(true)
6262
})
6363

64-
it("check", () => {
64+
it("research ", () => {
6565
function check0<
6666
//@ts-expect-error
6767
C extends T,
@@ -77,7 +77,7 @@ it("check", () => {
7777
//@ts-expect-error Property 'App' is missing
7878
<Component classnames={check0({})} />;
7979
<Component classnames={check0(css_module_exact)} />;
80-
//TODO #16 @ts-expect-error
80+
//#16 @ts-expect-error
8181
<Component classnames={check0(css_module)} />;
8282

8383
//@ts-expect-error Property 'App' is missing in type 'CssModule'

__tests__/direct.spec.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ it("additional type check after rename", () => {
100100
})
101101

102102
it("chaining", () => {
103-
const props = {className: "Cell", classnames:
104-
//TODO #16
105-
classNamesCheck() as Record<string, ClassHash>
106-
}
103+
const props = {className: "Cell", classnames: classNamesCheck()}
107104

108105
const {"classnames": {
109106
Column_1, Column_2,

0 commit comments

Comments
 (0)