jasmine-core
Advanced tools
Comparing version 4.6.0 to 4.6.1
/* | ||
Copyright (c) 2008-2023 Pivotal Labs | ||
Copyright (c) 2008-2019 Pivotal Labs | ||
Copyright (c) 2008-2024 The Jasmine developers | ||
@@ -4,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
/* | ||
Copyright (c) 2008-2023 Pivotal Labs | ||
Copyright (c) 2008-2019 Pivotal Labs | ||
Copyright (c) 2008-2024 The Jasmine developers | ||
@@ -4,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
/* | ||
Copyright (c) 2008-2023 Pivotal Labs | ||
Copyright (c) 2008-2019 Pivotal Labs | ||
Copyright (c) 2008-2024 The Jasmine developers | ||
@@ -533,10 +534,9 @@ Permission is hereby granted, free of charge, to any person obtaining | ||
} | ||
if ( | ||
resultNode.result.status === 'pending' && | ||
resultNode.result.pendingReason !== '' | ||
) { | ||
specDescription = | ||
specDescription + | ||
' PENDING WITH MESSAGE: ' + | ||
resultNode.result.pendingReason; | ||
if (resultNode.result.status === 'pending') { | ||
if (resultNode.result.pendingReason !== '') { | ||
specDescription += | ||
' PENDING WITH MESSAGE: ' + resultNode.result.pendingReason; | ||
} else { | ||
specDescription += ' PENDING'; | ||
} | ||
} | ||
@@ -543,0 +543,0 @@ specListNode.appendChild( |
/* | ||
Copyright (c) 2008-2023 Pivotal Labs | ||
Copyright (c) 2008-2019 Pivotal Labs | ||
Copyright (c) 2008-2024 The Jasmine developers | ||
@@ -4,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "jasmine-core", | ||
"license": "MIT", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -61,2 +61,4 @@ <a name="README">[<img src="https://rawgithub.com/jasmine/jasmine/main/images/jasmine-horizontal.svg" width="400px" />](http://jasmine.github.io)</a> | ||
Copyright (c) 2008-2022 Jasmine Maintainers. This software is licensed under the [MIT License](https://github.com/jasmine/jasmine/blob/main/MIT.LICENSE). | ||
Copyright (c) 2008-2019 Pivotal Labs<br> | ||
Copyright (c) 2008-2024 The Jasmine developers<br> | ||
This software is licensed under the [MIT License](https://github.com/jasmine/jasmine/blob/main/LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
381524
64
10762