Merge branch '3.99' into 4.0
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
/**
|
||||
|
||||
NOTE: This file is deprecated and will be removed in a future release.
|
||||
Include both boot0.js and boot1.js (in that order) instead.
|
||||
|
||||
Starting with version 2.0, this file "boots" Jasmine, performing all of the necessary initialization before executing the loaded environment and all of a project's specs. This file should be loaded after `jasmine.js` and `jasmine_html.js`, but before any project source files or spec files are loaded. Thus this file can also be used to customize Jasmine for a project.
|
||||
|
||||
If a project is using Jasmine via the standalone distribution, this file can be customized directly. If a project is using Jasmine via the [Ruby gem][jasmine-gem], this file can be copied into the support directory via `jasmine copy_boot_js`. Other environments (e.g., Python) will have different mechanisms.
|
||||
@@ -128,4 +132,6 @@
|
||||
return destination;
|
||||
}
|
||||
|
||||
env.deprecated('boot.js is deprecated. Please use boot0.js and boot1.js instead.',
|
||||
{ ignoreRunnable: true });
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user