fix: make imports clearer for components

This commit is contained in:
David Laganiere 2023-01-04 21:51:46 -05:00
parent d7ba09e6b5
commit d4fbd8f9d4
No known key found for this signature in database
GPG key ID: 18C4B80581C28747
5 changed files with 5 additions and 5 deletions

View file

@ -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