UNPKG
@k-vyn/coloralgorithm
Version:
latest (2.0.0)
2.0.0
1.2.0
1.0.0
An algorithm to produce color sets
github.com/k-vyn/coloralgorithm
k-vyn/coloralgorithm
@k-vyn/coloralgorithm
/
jest.config.js
11 lines
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// jest.config.js
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
], testMatch: [
'<rootDir>/tests/**/*.test.ts'
], transform: {
'^.+\\.ts$'
:
'ts-jest'
, }, };