snapshot e2e

This commit is contained in:
Karsten Hassel
2021-06-08 00:47:40 +02:00
parent 16bbb42b8d
commit 67011c0c32
20 changed files with 97 additions and 102 deletions

View File

@@ -12,7 +12,7 @@ describe("Vendors", function () {
let app = null;
before(function () {
beforeAll(function () {
process.env.MM_CONFIG_FILE = "tests/configs/env.js";
return helpers
.startApplication({
@@ -23,7 +23,7 @@ describe("Vendors", function () {
});
});
after(function () {
afterAll(function () {
return helpers.stopApplication(app);
});