Skip to content

Commit

Permalink
undoing fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoegelin committed Sep 30, 2024
1 parent a0e2fdf commit 5f56221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Elements: NovoDataTablePagination', () => {
component = fixture.debugElement.componentInstance;
}));

fdescribe('Setter: set page()', () => {
describe('Setter: set page()', () => {
beforeEach(() => {
component.pageSize = 25;
component.length = 500;
Expand Down

0 comments on commit 5f56221

Please sign in to comment.