platform/plugins/uploader-resources/jest.config.js
Alexander Onnikov 58c7027a04
UBERF-7605 Uppy integration (#6085)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-07-17 16:39:03 +07:00

6 lines
117 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)']
}