mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01:08 +03:00
7c8146e475
* refactor: reorganize tests, reduce repetition * fix conflicts * fix conflicts * remove unnecessary type checks and use toStrictEqual * move index tests to separate file * test svg values in testIcon
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
module.exports = {
|
|
testMatch: ['**/tests/**/*.test.?(m)js'],
|
|
moduleFileExtensions: ['js', 'mjs', 'json'],
|
|
};
|