GoEvent CARA MENJALANKAN PROJECT NYA : 1. npm install 2. npm run build (WAJIB) 3. npm run dev How to Run Unit Tests 1. Run All The Unit Tests npm test 2. Test a Single Specific File or Just Single Test npm test path/to/your/test/file Example npm test __test__/unit/userController.test.ts