1
0
mirror of https://github.com/thedaviddelta/lingva-scraper.git synced 2025-10-05 15:52:40 +02:00
Files
lingva-scraper/jest.config.js
2022-10-25 01:02:36 +02:00

5 lines
73 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};