mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 21:03:56 -07:00
fix: improve how components are imported
This commit is contained in:
parent
64d7ef1961
commit
d7ba09e6b5
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
// Add any custom config to be passed to Jest
|
||||
const customJestConfig = {
|
||||
setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
|
||||
moduleDirectories: ["node_modules", "<rootDir>/"],
|
||||
moduleDirectories: ["node_modules", "<rootDir>/", "src/components"],
|
||||
transform: {
|
||||
// Use babel-jest to transpile tests with the below presets
|
||||
// https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue