github
58 of 92 branches covered (63.04%)
Branch coverage included in aggregate %.
601 of 1552 new or added lines in 25 files covered. (38.72%)
652 of 1614 relevant lines covered (40.4%)
0.53 hits per line
|
export class MigrationError extends Error { |
1✔ |
|
constructor(message: string) {
|
1✔ |
NEW
|
super(message) |
× |
NEW
|
this.name = 'MigrationError' |
× |
NEW
|
} |
× |
|
} |
1✔ |