Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
fix up import for tests which now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Aug 17, 2017
1 parent ff892f7 commit e504523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanitize/src/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal Dependencies
*/
import { stripTags, sanitizeText } from '../';
import { stripTags } from '../stripTags';

describe( 'stripTags', () => {
test( 'should remove inline tag elements', () => {
Expand Down

0 comments on commit e504523

Please sign in to comment.