aboutsummaryrefslogtreecommitdiff
path: root/test/tests/cs-loader.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/cs-loader.js')
-rw-r--r--test/tests/cs-loader.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests/cs-loader.js b/test/tests/cs-loader.js
new file mode 100644
index 000000000..cc24b3fe9
--- /dev/null
+++ b/test/tests/cs-loader.js
@@ -0,0 +1,3 @@
+exports.translate = function translate(load) {
+ return load.source.replace(/#/g, '');
+} \ No newline at end of file