UNPKG

thrilled-be-testing

Version:

Testing utilities and helpers package with Jest, Supertest, and database testing support for Express applications

11 lines 400 B
/** * testing - Testing utilities for the Thrilled Backend Framework * * This package provides comprehensive testing utilities including: * - Simple mock data factories * - Express testing helpers * - Database testing utilities * - Test environment management */ export { SimpleMockFactory, SimpleTestHelpers, TestEnvironment } from './lib/simple-testing'; //# sourceMappingURL=index.d.ts.map