Skip to content

Instantly share code, notes, and snippets.

@ForbesLindesay
Last active May 1, 2020 08:44
Show Gist options
  • Save ForbesLindesay/0e69e28721cf6dc66bbbf26ce248dad8 to your computer and use it in GitHub Desktop.
Save ForbesLindesay/0e69e28721cf6dc66bbbf26ce248dad8 to your computer and use it in GitHub Desktop.
{
"dependencies": {
"@databases/pg-test": "^0.0.1",
"jest": "^24.1.0"
},
"pg": {
"test": {
"migrationsScript": ["yarn", "migrations", "up"]
}
},
"jest": {
"globalSetup": "<rootDir>/node_modules/@databases/pg-test/jest/globalSetup.js",
"globalTeardown": "<rootDir>/node_modules/@databases/pg-test/jest/globalTeardown.js"
}
"scripts": {
"test": "jest",
"migrations": "db-migrate"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment