UNPKG

@toolisticon/oc-routes-prometheus-exporter

Version:

[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![CI](https://github.com/toolisticon/oc-routes-prometheus-exporter/actions/workflows/build.yml/badge.svg)](https://github.com/toolisticon/oc-routes-prometheus-exporter/act

15 lines (12 loc) 318 B
const routes = require('../lib/routes'); describe('prometheus', () => { /* eslint no-debugger: "off" */ debugger; beforeEach(() => { }); it('should fail without login', (done) => { routes.list().then((routeList) => { routeList.forEach(() => fail(), () => fail()); }, () => done()); }); });