dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
247 stars 68 forks source link

Removes unused import in notifier-animation.service.spec #153

Closed is2ei closed 3 years ago

is2ei commented 4 years ago

Just removed unused import in notifier-animation.service.spec.

codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #153   +/-   ##
=======================================
  Coverage     99.1%   99.1%           
=======================================
  Files           14      14           
  Lines          447     447           
  Branches        71      71           
=======================================
  Hits           443     443           
  Misses           4       4

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 fd1311a...0d2baa5. Read the comment docs.

dominique-mueller commented 3 years ago

Good catch, got already fixed by now while introducing ESLint - which also caught a bunch of other unused imports :)