mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
|
module.exports = {
|
||
|
preset: "ts-jest",
|
||
|
testEnvironment: "node",
|
||
|
setupFiles: ["./jest.setup.js"],
|
||
|
};
|