Included MJML4
This commit is contained in:
parent
e2093e22fe
commit
9f467762c0
18 changed files with 15949 additions and 3889 deletions
9
client/mjml/mocks/fs.js
Normal file
9
client/mjml/mocks/fs.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
export default {
|
||||
readFileSync: (filename) => {
|
||||
if (filename === '/.mjmlconfig') {
|
||||
return '{ "packages": [] }';
|
||||
} else {
|
||||
console.log('readFileSync - unknown file name "' + filename + '"');
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue