mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
roots: ["<rootDir>/tests"],
|
|
};
|