This repository has been archived on 2023-08-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vylbot-core/jest.config.js
2021-07-30 15:49:12 +01:00

5 lines
No EOL
135 B
JavaScript

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