Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Apr 26, 2018
1 parent 59de53c commit 88bef7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testPackageFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('Test package.json and io-package.json', function() {
console.log();
}
expect(fs.existsSync(__dirname + '/../README.md'), 'ERROR: README.md needs to exist! Please create one with description, detail information and changelog. English is mandatory.').to.be.true;
expect(fs.existsSync(__dirname + '/../LICENSE'), 'ERROR: LICENSE needs to exist! Please create one.').to.be.true;
if (!ioPackage.common.titleLang || typeof ioPackage.common.titleLang !== 'object') {
console.log('WARNING: titleLang is not existing in io-package.json. Please add');
console.log();
Expand Down

0 comments on commit 88bef7b

Please sign in to comment.