Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit aa81e2c

Browse files
committed
misc
1 parent f273a25 commit aa81e2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/utils/isAscii.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe('isAscii()', function (): void {
99
const asciiString = 'johndoe'
1010

1111
// WHEN the string is determined to be ASCII
12-
// THEN it is determined to be ASCII
1312
const isStringAscii = isAscii(asciiString)
1413

1514
// THEN we expect to get true back

0 commit comments

Comments
 (0)