Skip to content

Integration Tests

samhuk edited this page Oct 3, 2022 · 3 revisions

This section details the integration tests of ts-pg-orm.

ts-pg-orm has a suite of integration tests that are ran automatically on every change. These integration tests test the setup and usage the ts-pg-orm, and also the performance of various functionality compared to controls (manually constructing SQL and executing it directly with pg's Client).

Integration tests are at /src/integrationTests/tests.

Overview

Home

Getting Started 🚀

Configuration

Data Types

Usage

Querying

Usage with existing pg Client

Testing Methodology

Integration Tests

Contributing

Overview

Clone this wiki locally