mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-09-21 07:39:32 +02:00
Added the possibility to override partial configs during deployments
Added default output to jest (for terminal output...) Upgraded npm packages. Left jest on 27 because of breaking changes in 28
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
// learn more: https://github.com/testing-library/jest-dom
|
||||
import "@testing-library/jest-dom/extend-expect";
|
||||
|
||||
(window as any).config = require("./../public/config");
|
||||
window.defaultConfig = require("./../public/config");
|
||||
window.configOverride = require("./../public/configOverride");
|
||||
|
Reference in New Issue
Block a user