Skip to content

Commit

Permalink
Adjust jsdoc & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jul 28, 2023
1 parent b3759ff commit cdec60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/config/Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class Configuration {
}

/**
* Maven Repository Snapshot URL.
* Used to download artifacts and packages from Maven's build-snapshots URL.
* Configurable directory where the artifacts would be stored.
*
* @public
* @returns {string}
Expand Down
2 changes: 1 addition & 1 deletion test/lib/config/Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test.afterEach.always((t) => {
esmock.purge(t.context.Configuration);
});

test("Build configuration with defaults", (t) => {
test.serial("Build configuration with defaults", (t) => {
const {Configuration} = t.context;

const config = new Configuration({});
Expand Down

0 comments on commit cdec60d

Please sign in to comment.