all files / spec/helpers/ person.ts

100% Statements 6/6
100% Branches 0/0
100% Functions 2/2
100% Lines 3/3
1 2 3 4 25×  
export class Person {
    constructor(public name: string, public age: number) { }
}