diff --git a/tests/versions/jest.config.js b/tests/versions/jest.config.js index 37675d406a439..a8d1c2e499123 100644 --- a/tests/versions/jest.config.js +++ b/tests/versions/jest.config.js @@ -1,4 +1,5 @@ +const base = require("../../jest.config.base.js"); + module.exports = { - preset: "ts-jest", - testMatch: ["**/*.spec.ts"], + ...base, };