diff 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
line wrap: on
line diff
--- a/jest.config.js	Mon May 08 14:04:56 2023 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-module.exports = {
-  roots: ["<rootDir>/src"],
-  preset: "ts-jest",
-  testEnvironment: "node",
-  collectCoverage: true
-};