Skip to content

Commit

Permalink
test(versions): extend from jest.config.base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2022
1 parent 44eb5d6 commit ed442bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/versions/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const base = require("../../jest.config.base.js");

module.exports = {
preset: "ts-jest",
testMatch: ["**/*.spec.ts"],
...base,
};

0 comments on commit ed442bc

Please sign in to comment.