Removed legacy boot.js file

This commit is contained in:
Steve Gravrock
2021-07-26 18:29:54 -07:00
parent 0424d4ae99
commit 310e4d5e6c
5 changed files with 1 additions and 305 deletions

View File

@@ -82,10 +82,6 @@ describe('npm package', function() {
expect(fileName).toExistInPath(packagedCore.files.bootDir);
});
// For backwards compatibility, boot.js should be packaged even though
// it is no longer in bootFiles.
expect('boot.js').toExistInPath(packagedCore.files.bootDir);
var packagedCore = this.packagedCore;
this.packagedCore.files.nodeBootFiles.forEach(function(fileName) {
expect(fileName).toExistInPath(packagedCore.files.bootDir);