1
0
mirror of https://github.com/thedaviddelta/lingva-scraper.git synced 2025-10-06 00:02:43 +02:00
Files
lingva-scraper/jest.config.js

5 lines
73 B
JavaScript
Raw Permalink Normal View History

2022-05-31 20:02:39 +02:00
module.exports = {
2022-10-25 01:02:36 +02:00
preset: 'ts-jest',
testEnvironment: 'node'
2022-05-31 20:02:39 +02:00
};