jasmine-core 6.2.0 → 7.0.0-pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,19 +24,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
 
25
25
  'use strict';
26
26
 
27
- /**
28
- This file finishes 'booting' Jasmine, performing all of the necessary
29
- initialization before executing the loaded environment and all of a project's
30
- specs. This file should be loaded after `boot0.js` but before any project
31
- source files or spec files are loaded. Thus this file can also be used to
32
- customize Jasmine for a project.
33
-
34
- If a project is using Jasmine via the standalone distribution, this file can
35
- be customized directly. If you only wish to configure the Jasmine env, you
36
- can load another file that calls `jasmine.getEnv().configure({...})`
37
- after `boot0.js` is loaded and before this file is loaded.
38
- */
39
-
40
27
  (function() {
41
28
  const env = jasmine.getEnv();
42
29
  const urls = new jasmine.HtmlReporterV2Urls();