UNPKG

@k-vyn/coloralgorithm

Version:

An algorithm to produce color sets

11 lines 259 B
// jest.config.js module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], testMatch: [ '<rootDir>/tests/**/*.test.ts'], transform: { '^.+\\.ts$': 'ts-jest', }, };