Skip to content

Commit

Permalink
Update packages/core/src/__tests__/angular.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber authored Jan 20, 2025
1 parent 60194c3 commit 983d6b9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/core/src/__tests__/angular.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,3 @@ describe('Angular', () => {
generator: componentToAngular,
});
});

/*describe('Angular local', () => {
runTestsForTarget({
options: {
standalone: true,
},
target: 'angular',
generator: componentToAngular,
only: [
// 'basicRefAttributePassing',
'basicRefAttributePassingCustomRef'
],
logOutput: true,
});
});*/

0 comments on commit 983d6b9

Please sign in to comment.