UNPKG
materialifier
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.0
1.1.0
1.0.0
Material design palette generator
github.com/AmirAsghary/materialifer
AmirAsghary/materialifer
materialifier
/
jest.config.js
6 lines
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
/**
@type
{import('ts-jest/dist/types').InitialOptionsTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, reporters: [
"default"
,
"jest-junit"
] };