comparison jest.config.js @ 150:3ce355e4f388 default tip

bye jest; hi vitest. new working test for styles.ts
author drewp@bigasterisk.com
date Mon, 08 May 2023 17:27:44 -0700
parents 5e76bad44a81
children
comparison
equal deleted inserted replaced
149:5e76bad44a81 150:3ce355e4f388
1 module.exports = {
2 roots: ["<rootDir>/src"],
3 preset: "ts-jest",
4 testEnvironment: "node",
5 collectCoverage: true
6 };