mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
* feat: add jest incl. init setup --------- Co-authored-by: Anja-Janina Stiefermann <anja.stiefermann@kernpunkt.de>
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node"
|
|
};
|