Skip to content

Commit

Permalink
enhance testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 13, 2018
1 parent 9cd7b9b commit 56767cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/testPackageFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ describe('Test package.json and io-package.json', function() {
console.log('WARNING: title contains Adapter or ioBroker. It is clear anyway, that it is adapter for ioBroker.');
console.log();
}

if (!ioPackage.common.materialize || !fs.existsSync(__dirname + '/../admin/index_m.html') || !fs.existsSync(__dirname + '/../gulpfile.js')) {
console.log('WARNING: Admin3 support is missing!');
console.log();
}
done();
});
});

0 comments on commit 56767cd

Please sign in to comment.