backend/jest.config.js
Fred Boniface 996221b221 Working on staffStation.utils and added tests
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-08-01 21:34:30 +01:00

5 lines
123 B
JavaScript

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