Skip to content

Commit

Permalink
test(masteries): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Nov 5, 2016
1 parent 2a4f938 commit ac92056
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/client/build/masteries/masteries.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ import {MasteryCategoryComponent} from './mastery-category.component';
import {MasteryTierComponent} from './mastery-tier.component';
import {MasteryComponent} from './mastery.component';

// class MockMasteryCategoryComponent extends MasteryCategoryComponent {
// public rank: number = 0;
// public enabled: boolean = false;
// getRank(): number {
// return this.rank;
// }
// enable() {
// this.enabled = true;
// }
// disable() {
// this.enabled = false;
// }
// }

const masteriesData = {
tree: {
Ferocity: [
Expand Down

0 comments on commit ac92056

Please sign in to comment.