aboutsummaryrefslogtreecommitdiffstats
path: root/test/react/utils/htmlLoader.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/react/utils/htmlLoader.js')
-rw-r--r--test/react/utils/htmlLoader.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/react/utils/htmlLoader.js b/test/react/utils/htmlLoader.js
deleted file mode 100644
index fbdfbd8..0000000
--- a/test/react/utils/htmlLoader.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const htmlLoader = require('html-loader');
-
-module.exports = {
- process(src) {
- return htmlLoader(src);
- }
-};