0
v-firecrawl/apps/js-sdk/firecrawl/jest.config.cjs

5 lines
123 B
JavaScript
Raw Normal View History

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