UNPKG
color-cleaner
Version:
latest (1.0.0)
1.0.0
A CLI tool to clean and consolidate colors in your project files.
color-cleaner
/
jest.config.js
7 lines
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{
transform
: {},
moduleNameMapper
: {
'^(\\.{1,2}/.*)\\.js$'
:
'$1'
, },
testEnvironment
:
'node'
};