index.js 148 B

12345
  1. // @ts-check
  2. const { cleanupTestDatabase, dropTestDatabase } = require('./test-utils')
  3. module.exports = { cleanupTestDatabase, dropTestDatabase }