UNPKG

dbshift

Version:

A simple and powerful MySQL database migration tool inspired by Flyway

13 lines 336 B
module.exports = { testEnvironment: 'node', testMatch: ['**/test/**/*.test.js'], collectCoverageFrom: [ 'lib/**/*.js', 'bin/**/*.js', '!lib/templates/**', '!**/node_modules/**' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], setupFilesAfterEnv: ['<rootDir>/test/setup.js'] };