pashto-dictionary/functions/jest.config.js

5 lines
123 B
JavaScript
Raw Permalink Normal View History

2024-08-14 19:30:10 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};