AppFlowy/frontend/appflowy_tauri/jest.config.cjs

9 lines
158 B
JavaScript
Raw Normal View History

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