UNPKG
css-deadweigth
Version:
latest (1.0.1)
1.0.1
CLI tool to detect unused CSS in your project
css-deadweigth
/
jest.config.js
6 lines
(5 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
// jest.config.js
export
default
{
testEnvironment
:
'node'
,
transform
: {},
// no Babel
};