Begin writing tests

This commit is contained in:
Oliver-Akins 2025-05-31 23:15:24 -06:00
parent d49998801f
commit 22036c419d
6 changed files with 172 additions and 0 deletions

View file

@ -6,3 +6,9 @@ import "./hooks/ready.mjs";
// Document Hooks
import "./hooks/preCreateChatMessage.mjs";
// Dev Only imports
import "./__tests__/registration.mjs";
// if (import.meta.env.DEV) {
// import(`./__tests__/registration.mjs`);
// }