Skip to content

Commit

Permalink
Fix missing variable declare
Browse files Browse the repository at this point in the history
missing in MotocalDevelopers#266 I noticed after merged.
this fix is required in MotocalDevelopers#201
  • Loading branch information
kei-gbf committed Jun 26, 2019
1 parent a2deedc commit dc8f43d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/supplemental.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ describe("#calcSupplementalDamage", () => {
});

describe("#collectSkillInfo", () => {

let supplementalDamageArray;

beforeEach(() => {
supplementalDamageArray = {
"D": { // for checking sort headers
Expand Down

0 comments on commit dc8f43d

Please sign in to comment.