Skip to content

Commit

Permalink
feature(common): coverage to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
amourlanne committed Apr 15, 2020
1 parent bb304f8 commit efb9dc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe("ServerSettingsService", () => {
settings.routers = {mergeParams: true};
settings.exclude = ["./**/*.spec.ts"];
settings.debug = true;
settings.converter = {};

settings.setHttpPort({address: "address", port: 8081});
settings.setHttpsPort({address: "address", port: 8080});
Expand Down

0 comments on commit efb9dc3

Please sign in to comment.