- add tests

- update packages
- update jest to use ts-jest
- refactor color generation to theme
This commit is contained in:
enricobuehler
2021-11-10 23:46:58 +01:00
parent d3072c0b9e
commit b2e4f0f8e2
12 changed files with 1113 additions and 1862 deletions

6
jest.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
modulePaths: ["<rootDir>/src"],
};