Skip to content

Commit

Permalink
chore: allow v4 tests to run without env var for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 8, 2023
1 parent bff5a44 commit 79d0f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pact.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import chaiAsPromised from 'chai-as-promised';
import sinonChai from 'sinon-chai';
import axios from 'axios';
import net = require('net');

process.env.ENABLE_FEATURE_V4 = 'true';

// eslint-disable-next-line import/first
import { PactV4 } from './v4';

const { expect } = chai;
Expand Down

0 comments on commit 79d0f3a

Please sign in to comment.