Skip to content

Commit 0ffd414

Browse files
committed
style: fix comment
1 parent c19117d commit 0ffd414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/__tests__/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('lib/index.ts', () => {
6767
}, 9000)
6868

6969
afterEach(() => {
70-
configure({testIdAttribute: 'data-testid'}) //cleanup
70+
configure({testIdAttribute: 'data-testid'}) // cleanup
7171
})
7272

7373
afterAll(async () => {

0 commit comments

Comments
 (0)