Skip to content

Commit

Permalink
fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jun 13, 2024
1 parent 29a91d5 commit 957f3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/validation/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ export async function getDefaults(options) {
/**
* Enhances bundleDefinition by adding missing properties with their respective default values
*
* @param {module:@ui5/builder/processors/bundlers/moduleBundler~ModuleBundleDefinition} bundleDefinition BundleDefinition
* object to be enhanced
* @param {module:@ui5/builder/processors/bundlers/moduleBundler~ModuleBundleDefinition} bundleDefinition
* BundleDefinition object to be enhanced
* @param {module:@ui5/project/specifications/Project} project The project to get metadata from
* @returns {module:@ui5/builder/processors/bundlers/moduleBundler~ModuleBundleDefinition} The enhanced
* BundleDefinition
Expand Down
1 change: 0 additions & 1 deletion test/lib/build/definitions/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ test.beforeEach((t) => {
getInterface: sinon.stub()
};


t.context.getTask = sinon.stub();
});

Expand Down

0 comments on commit 957f3ea

Please sign in to comment.