Skip to content

Commit

Permalink
S3UTILS-148: fix test framework issue
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Oct 26, 2023
1 parent 9ac7df6 commit 32400d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conf/envSetup.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
const { TextEncoder, TextDecoder } = require('util');

global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;

process.env.BUCKETD_HOSTPORT = 'localhost:9000';
process.env.SPROXYD_HOSTPORT = 'localhost';

0 comments on commit 32400d0

Please sign in to comment.