From e50452379d82c3f66e16ee57ebccf427a54e1a34 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Thu, 17 Aug 2017 14:51:09 -0400 Subject: [PATCH] fix up import for tests which now pass --- packages/sanitize/src/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanitize/src/test/index.test.js b/packages/sanitize/src/test/index.test.js index a387c3f..d270620 100644 --- a/packages/sanitize/src/test/index.test.js +++ b/packages/sanitize/src/test/index.test.js @@ -1,7 +1,7 @@ /** * Internal Dependencies */ -import { stripTags, sanitizeText } from '../'; +import { stripTags } from '../stripTags'; describe( 'stripTags', () => { test( 'should remove inline tag elements', () => {