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) 161 B
const baseConfig = require("./ava.config.cjs") module.exports = { ...baseConfig, files: ["src/**/__unit__/**/*.ts", "!src/**/__unit__/**/fixtures/**/*"], }