Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Oct 20, 2024
1 parent 3bd1204 commit d414bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testPackageFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Test package.json and io-package.json', () => {
expect(npmPackage.author, 'ERROR: Author in package.json needs to exist').to.exist;
expect(ioPackage.common.authors, 'ERROR: Authors in io-package.json needs to exist').to.exist;

expect(ioPackage.common.license, 'ERROR: License missing in io-package in common.license').to.exist;
expect(ioPackage.common.licenseInformation, 'ERROR: License missing in io-package in common.license').to.exist;

if (ioPackage.common.name.indexOf('template') !== 0) {
if (Array.isArray(ioPackage.common.authors)) {
Expand Down

0 comments on commit d414bd0

Please sign in to comment.