Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/app/modules/internet-connection-status/internet-connection…
…-directives/slow.directive.spec.ts

Co-authored-by: mmaquina <[email protected]>
  • Loading branch information
Yalian and mmaquina authored Oct 7, 2022
commit 37cec9b05c013d61b07ad4067237e042f00bc1f8
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('FastDirective', () => {
});
});
it('should create an instance', () => {
const directive = new SlowDirective(undefined);
expect(directive).toBeTruthy();
const directive = new SlowDirective(undefined);
expect(directive).toBeTruthy();
});
});