Skip to content

Commit ac92056

Browse files
test(masteries): remove unused code
1 parent 2a4f938 commit ac92056

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/client/build/masteries/masteries.component.spec.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ import {MasteryCategoryComponent} from './mastery-category.component';
1616
import {MasteryTierComponent} from './mastery-tier.component';
1717
import {MasteryComponent} from './mastery.component';
1818

19-
// class MockMasteryCategoryComponent extends MasteryCategoryComponent {
20-
// public rank: number = 0;
21-
// public enabled: boolean = false;
22-
// getRank(): number {
23-
// return this.rank;
24-
// }
25-
// enable() {
26-
// this.enabled = true;
27-
// }
28-
// disable() {
29-
// this.enabled = false;
30-
// }
31-
// }
32-
3319
const masteriesData = {
3420
tree: {
3521
Ferocity: [

0 commit comments

Comments
 (0)