You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { disconnectDatabases, truncateDatabases } from "./testUtilIntegration";
import chalk from "chalk";
if (!process.env.MAILING_INTEGRATION_TEST) {
throw new Error(
chalk.red(
"Refusing to run outside of CI mode! WARNING: running the integration tests against your development server will cause test data to be inserted into your development database. To run these tests locally, use `yarn ci:test:integration` instead."
`refusing to run against non-test databases process.env.MAILING_DATABASE_URL: ${process.env.MAILING_DATABASE_URL} process.env.WEB_DATABASE_URL: ${process.env.WEB_DATABASE_URL}`