Skip to content

Commit

Permalink
Merge branch 'main' into test/fix-cassandra-shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 authored Apr 11, 2022
2 parents 34dff55 + bcbdeb7 commit 658d52a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ import { TediousInstrumentation } from '../src';
import makeApi from './api';
import type { Connection, ConnectionConfig } from 'tedious';

process.env.RUN_MSSQL_TESTS = 'true';

const port = Number(process.env.MSSQL_PORT) || 1433;
const database = process.env.MSSQL_DATABASE || 'master';
const host = process.env.MSSQL_HOST || '127.0.0.1';
Expand Down

0 comments on commit 658d52a

Please sign in to comment.