Skip to content

Commit 805b96d

Browse files
committed
Fix browserify env vars.
1 parent 1b5e912 commit 805b96d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ module.exports = async function(config) {
162162
EARL: process.env.EARL,
163163
TESTS: process.env.TESTS,
164164
TEST_ENV: process.env.TEST_ENV,
165-
TEST_ROOT_DIR: __dirname,
165+
TEST_SERVER_URL: _proxyTestsPrefix,
166+
AUTH_TOKEN: testServer.authToken,
166167
VERBOSE_SKIP: process.env.VERBOSE_SKIP,
167168
// for 'auto' test env
168169
_TEST_ENV_ARCH: process.arch,

0 commit comments

Comments
 (0)