Skip to content

Commit

Permalink
chore: re-add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstevens committed May 10, 2024
1 parent 761fc46 commit d5f7a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autop/src/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
*/
import { autop, removep } from '..';
import { autop, removep } from '../';

test( 'empty string', () => {
expect( autop( '' ) ).toBe( '' );
Expand Down

0 comments on commit d5f7a94

Please sign in to comment.