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

Commit f273a25

Browse files
Update test/unit/utils/isAscii.test.ts
Co-authored-by: Keefer Taylor <keefer.t@gmail.com>
1 parent 9a813de commit f273a25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/utils/isAscii.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ describe('isAscii()', function (): void {
88
// GIVEN an ASCII string
99
const asciiString = 'johndoe'
1010

11-
// WHEN we see if the string is ASCII
11+
// WHEN the string is determined to be ASCII
12+
// THEN it is determined to be ASCII
1213
const isStringAscii = isAscii(asciiString)
1314

1415
// THEN we expect to get true back

0 commit comments

Comments
 (0)