UNPKG

pg-node-migrations

Version:

Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.

7 lines (5 loc) 163 B
const baseConfig = require("./ava.config.cjs") module.exports = { ...baseConfig, files: ["src/**/__tests__/**/*.ts", "!src/**/__tests__/**/fixtures/**/*"], }