We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5570af commit dae2d5bCopy full SHA for dae2d5b
src/DGEntrance/test/EntranceSpec.js
@@ -16,6 +16,7 @@ describe('DG.Entrance', function () {
16
map = new DG.Map(mapContainer, {
17
center: new DG.LatLng(69.349552990994837, 87.75222519148015),
18
zoom: 17,
19
+ key: window.__karma__.config.secretKey,
20
});
21
entrance = new DG.Entrance({
22
'is_primary': false,
0 commit comments