AlexKhymenko / ngx-permissions

Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible
MIT License
936 stars 126 forks source link

refactor: 💡 stub directives #213

Closed GeorgeKnap closed 1 year ago

GeorgeKnap commented 1 year ago

changed stub directives to standalone stub directives

BREAKING CHANGE: 🧨 Directives needs to be imported instead of declared in testing module

codecov-commenter commented 1 year ago

Codecov Report

Merging #213 (5d4045f) into master (96d71d1) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   97.98%   98.00%   +0.01%     
==========================================
  Files          14       14              
  Lines         348      350       +2     
  Branches       97       97              
==========================================
+ Hits          341      343       +2     
  Misses          4        4              
  Partials        3        3              
Impacted Files Coverage Δ
...rc/lib/testing/permissions-allow.directive.stub.ts 100.00% <100.00%> (ø)
...lib/testing/permissions-restrict.directive.stub.ts 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

AlexKhymenko commented 1 year ago

@GeorgeKnap Thank You for Your work will be released soon

AlexKhymenko commented 1 year ago

@GeorgeKnap published in version 15