nileshkr17/Authly

Service 5: Development & Testing Setup

Open

#9 opened on Oct 4, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)TypeScript (5 forks)auto 404
Hacktoberfestenhancementgood first issuehacktoberfest-accepted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Objective

Maintain code quality and ensure coverage.


Setup ESLint + Prettier + Husky

  • Pre-commit hooks for linting and formatting

Unit Tests for Auth Services

  • 18+ Jest tests covering JWT, OAuth, Magic Link

Mock Providers for Isolated Testing

  • Mock DB and email providers for tests

Docker Setup

  • Multi-stage Dockerfile for production
  • Docker Compose with PostgreSQL

Contributor guide