Skip to content

Commit

Permalink
fix(agora): fix shared-typescript-angular-charts:test target after An…
Browse files Browse the repository at this point in the history
…gular update (AG-1610) (#2960)

Co-authored-by: Thomas Schaffter <[email protected]>
  • Loading branch information
hallieswan and tschaffter authored Jan 10, 2025
1 parent a9bc78d commit 921c0bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/shared/typescript/charts-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"sourceRoot": "libs/shared/typescript/charts-angular/src",
"prefix": "sage",
"targets": {
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/shared/typescript/charts-angular/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { BoxplotDirective } from './boxplot.directive';

const renderTestComponent = async (props: BoxplotProps) => {
@Component({
imports: [BoxplotDirective],
template: `<div
sageBoxplot
[points]="points"
Expand Down

0 comments on commit 921c0bb

Please sign in to comment.