- add tests
- update packages - update jest to use ts-jest - refactor color generation to theme
This commit is contained in:
6
jest.config.js
Normal file
6
jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
modulePaths: ["<rootDir>/src"],
|
||||
};
|
||||
Reference in New Issue
Block a user