Skip to content

Commit

Permalink
Add comment about verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 5, 2020
1 parent dc93bf8 commit 5da7ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/tasks/buildThemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const mock = require("mock-require");
let buildThemes = require("../../../lib/tasks/buildThemes");

test.before(() => {
// Enable verbose logging to also cover verbose logging code
require("@ui5/logger").setLevel("verbose");
});

Expand Down

0 comments on commit 5da7ed5

Please sign in to comment.