- Convert test/app.test.js from CommonJS to ES6 import/export - Export app from index.js for testing - Only start server if NODE_ENV !== 'test' - Fixes 'require is not defined' error in tests