#1408 Mocking new module in tests

This commit is contained in:
Knut Sveidqvist
2020-05-13 19:21:53 +02:00
parent 6d076284e8
commit 7b15fefcaa

View File

@@ -0,0 +1,3 @@
module.exports = function(txt) {
return txt;
};