Skip to content

Commit 04d9e8a

Browse files
committed
ref/ support remote module in unit test
1 parent a7964be commit 04d9e8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/karma.conf.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ module.exports = function (config) {
3535
webPreferences: {
3636
nodeIntegration: true,
3737
nodeIntegrationInSubFrames: true,
38-
allowRunningInsecureContent: true
38+
allowRunningInsecureContent: true,
39+
enableRemoteModule: true
3940
}
4041
}
4142
}
4243
}
4344
});
44-
};
45+
};

0 commit comments

Comments
 (0)