mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-11 15:46:32 -07:00
fix: make imports clearer for components
This commit is contained in:
parent
d7ba09e6b5
commit
d4fbd8f9d4
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>/", "src/components"],
|
||||
moduleDirectories: ["node_modules", "<rootDir>/", "src"],
|
||||
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