Skip to content

Commit

Permalink
lint and peers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya Raja Sabeson committed Jan 28, 2025
1 parent a1ca5d0 commit 28c02f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ export class RecordPageOverviewTabHarness extends ComponentHarness {
public static hostSelector = 'app-record-page-overview-tab';

public async isHarness(): Promise<boolean> {
return true;
return await Promise.resolve(true);
}
}
1 change: 1 addition & 0 deletions libs/components/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"homepage": "https://github.com/blackbaud/skyux#readme",
"peerDependencies": {
"@angular/animations": "^18.2.13",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
Expand Down

0 comments on commit 28c02f5

Please sign in to comment.