ThinkDeepTech/thinkdeep

View on GitHub
packages/deep-economic-analyzer/web-test-runner.config.js

Summary

Maintainability
A
0 mins
Test Coverage
import config from '@thinkdeep/tools/web-test-runner.config.js';

// NOTE: This port must match that configured for the test client in auth0. Otherwise, the integration tests won't
// be able to log in.
config.port = 9000;

config.protocol = 'https:';
config.http2 = true;

export default config;