disable test ignore due codecov problems
This commit is contained in:
17
dist/test/module.js
vendored
Normal file
17
dist/test/module.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.ConfigCtrl = undefined;
|
||||
|
||||
var _config = require('./components/config');
|
||||
|
||||
var _sdk = require('app/plugins/sdk');
|
||||
|
||||
(0, _sdk.loadPluginCss)({
|
||||
dark: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.dark.css',
|
||||
light: 'plugins/alexanderzobnin-zabbix-app/css/grafana-zabbix.light.css'
|
||||
});
|
||||
|
||||
exports.ConfigCtrl = _config.ZabbixAppConfigCtrl;
|
||||
Reference in New Issue
Block a user