Day 3 Overview: Testing Practices + Integration Tests
Aug 17, 2023 · 13 min read · Testing Practices Unit Tests for Express Middleware Let’s look at an example: import {initDb, generate} from 'til-server-test-utils' import * as postsController from '../posts' import db from '../../utils/db' // I'll give this one to you. You want ...
Join discussion




