1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-26 01:00:27 +02:00
simple-icons/jest.config.js
Sachin Raja 7c8146e475
refactor: reorganize tests, reduce repetition (#6829)
* 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
2021-11-08 11:55:47 +01:00

5 lines
113 B
JavaScript

module.exports = {
testMatch: ['**/tests/**/*.test.?(m)js'],
moduleFileExtensions: ['js', 'mjs', 'json'],
};