oxen-website/jest.config.js

4 lines
69 B
JavaScript
Raw Permalink Normal View History

2021-02-18 22:36:08 +01:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};