Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / chargebee / __mocks / card.html.cjs
blobebcf28b13d67874b20521a5683040b65e61b2b9e
1 const fs = require('fs');
2 const path = require('path');
3 // get the html file
4 const html = fs.readFileSync(path.resolve(__dirname, '..', 'src', 'templates', 'card.html'), 'utf8');
6 module.exports = html;