Skip to content

Commit

Permalink
chore: source LOG_LEVEL for graphql test
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 26, 2024
1 parent aabba64 commit df2a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/graphql/src/provider.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Verifier, LogLevel } from '@pact-foundation/pact';
import { versionFromGitTag } from 'absolute-version';
import app from './provider';
const LOG_LEVEL = process.env.PACT_LOG_LEVEL || 'TRACE';
const LOG_LEVEL = process.env.LOG_LEVEL || 'TRACE';

let server: any;

Expand Down

0 comments on commit df2a321

Please sign in to comment.