blackbaud / skyux-sdk-builder

SKY UX Builder builds the output for SKY UX applications and handles configuration details. It provides for a rapid development process with minimal setup for developers to create single-page applications.
https://developer.blackbaud.com/skyux
MIT License
2 stars 15 forks source link

Install `jasmine-core` #371

Closed Blackbaud-SteveBrush closed 2 years ago

Blackbaud-SteveBrush commented 2 years ago

The package karma-jasmine is pulling in jasmine-core@3.99.0 which introduces some breaking changes for our consumers. We can address this by installing the version of jasmine-core to the minimum required version listed by karma-jasmine, allowing the version of jasmine-core to be deduped between jasmine and karma-jasmine.

codecov[bot] commented 2 years ago

Codecov Report

Merging #371 (0db04d9) into master (0cd728c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #371   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        42           
  Lines         1312      1312           
  Branches       220       220           
=========================================
  Hits          1312      1312           
Flag Coverage Δ
builder 100.00% <ø> (ø)
runtime 100.00% <ø> (ø)
srcapp 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0cd728c...0db04d9. Read the comment docs.