Remove exclusive test running

Silly me
This commit is contained in:
Asbjørn Dyhrberg Thegler
2022-06-17 21:19:53 +02:00
parent 1ee094eb04
commit 2293d1cd40

View File

@@ -591,7 +591,7 @@ describe('index', () => {
});
});
fit('additional metricsApp can be used', done => {
it('additional metricsApp can be used', done => {
const app = express();
const metricsApp = express();
const bundled = bundle({metricsApp});