Initial commit
This commit is contained in:
10
node_modules/react-resizable-panels/jest.config.js
generated
vendored
Normal file
10
node_modules/react-resizable-panels/jest.config.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
testEnvironment: "jsdom",
|
||||
preset: "ts-jest",
|
||||
prettierPath: null,
|
||||
testEnvironmentOptions: {
|
||||
customExportConditions: ["development"],
|
||||
},
|
||||
testMatch: ["**/*.test.{ts,tsx}"],
|
||||
};
|
||||
Reference in New Issue
Block a user