mirror of
https://github.com/liubinfighter/csv-lite.git
synced 2026-07-22 12:20:28 +00:00
3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
module.exports = {
|
|
Notice: jest.fn().mockImplementation((message) => ({ message }))
|
|
};
|