mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
#1408 Mocking new module in tests
This commit is contained in:
3
src/__mocks__/entity-decode/browser.js
Normal file
3
src/__mocks__/entity-decode/browser.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function(txt) {
|
||||
return txt;
|
||||
};
|
Reference in New Issue
Block a user