commerce/jest.config.js
leonmargaritis dc586ce64a
feat: add jest incl. init setup (#3)
* feat: add jest incl. init setup

---------

Co-authored-by: Anja-Janina Stiefermann <anja.stiefermann@kernpunkt.de>
2023-11-17 14:40:57 +01:00

6 lines
123 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node"
};