build: add jest, tests
This commit is contained in:
6
jest.config.cjs
Normal file
6
jest.config.cjs
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user