mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
fix(test): move all test apps
This commit is contained in:
5
apps/testing/create-harness/src/app/slider.harness.ts
Normal file
5
apps/testing/create-harness/src/app/slider.harness.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ComponentHarness } from '@angular/cdk/testing';
|
||||
|
||||
export class MySliderHarness extends ComponentHarness {
|
||||
static hostSelector = 'app-slider';
|
||||
}
|
||||
Reference in New Issue
Block a user