Update the tests import not to be bundled for production
This commit is contained in:
parent
c26b4318ee
commit
965cb26b51
1 changed files with 3 additions and 4 deletions
|
|
@ -8,7 +8,6 @@ import "./hooks/ready.mjs";
|
|||
import "./hooks/preCreateChatMessage.mjs";
|
||||
|
||||
// Dev Only imports
|
||||
import "./__tests__/registration.mjs";
|
||||
// if (import.meta.env.DEV) {
|
||||
// import(`./__tests__/registration.mjs`);
|
||||
// }
|
||||
if (import.meta.env.DEV) {
|
||||
import(`./__tests__/registration.mjs`);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue