mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
added babel to convert es modules to cjs
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
/** @type {import('jest').Config} */
|
||||
const config = {
|
||||
clearMocks: true,
|
||||
collectCoverage: true,
|
||||
coverageDirectory: "coverage",
|
||||
setupFiles: ["<rootDir>/jest.setup.js"], // path to a setup module to configure the testing environment before each test
|
||||
transform: {},
|
||||
verbose: true,
|
||||
};
|
||||
|
||||
export default config;
|
||||
@@ -1,2 +0,0 @@
|
||||
import * as dotenv from "dotenv";
|
||||
dotenv.config({ path: "env.jest" });
|
||||
Reference in New Issue
Block a user