mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-11 19:51:07 +03:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
module.exports = {
|
||
|
testMatch: ['**/tests/**/*.test.?(m)js'],
|
||
|
moduleFileExtensions: ['js', 'mjs', 'json'],
|
||
|
};
|