update without_modules.js and env_spec.js

This commit is contained in:
Karsten Hassel
2021-09-25 22:12:53 +02:00
parent c0ce52abe3
commit 89e803ee42
5 changed files with 41 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ let app = null;
describe("Vendors", function () {
beforeAll(function () {
app = helpers.startApplication("tests/configs/env.js");
app = helpers.startApplication("tests/configs/default.js");
});
afterAll(function () {
helpers.stopApplication(app);