AFFiNE/packages/app/jest.config.js
zuomeng wang f10237d207
Chore/unit test (#538)
* chore: add unit test

* chore: add github action for unit test
2022-11-29 18:15:43 +00:00

6 lines
124 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};