We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a5203 commit 7f45829Copy full SHA for 7f45829
karma.conf.js
@@ -1,12 +1,15 @@
1
require('dotenv').config();
2
var webpackConfig = require('./webpack.config.js');
3
+var ip = require('ip');
4
5
module.exports = function(config) {
6
config.set({
7
8
// base path that will be used to resolve all patterns (eg. files, exclude)
9
basePath: '',
10
11
+ hostname: ip.address(),
12
+
13
14
// frameworks to use
15
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
0 commit comments