Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jest configuration to include webpacker dir
This allows the test environment to correctly resolve import of services in controller ie: `import OptionValueNamer from "js/services/option_value_namer";` The added benefit is we can now import package to be tested directly without having to specify the whole relative path ie in test file you can do : `import variant_controller from "controllers/variant_controller";`
- Loading branch information