Skip to content

Commit

Permalink
Update visuallyIdenticalString.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWL authored Apr 15, 2024
1 parent a0548b9 commit adb9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visuallyIdenticalString.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import replaceVisuallyIdentical from './visuallyIdenticalString';
import { replaceVisuallyIdentical } from './visuallyIdenticalString';

describe('replaceVisuallyIdentical', () => {
it('replaces each letter with a visually identical symbol', () => {
Expand Down

0 comments on commit adb9fcb

Please sign in to comment.