Skip to content

Commit

Permalink
fix: jsond reading
Browse files Browse the repository at this point in the history
  • Loading branch information
deblockt committed Mar 17, 2024
1 parent 98164dd commit d2adc1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12178,7 +12178,7 @@ const EMPTY_GLOBAL_INFO = {
}

module.exports.reader = (reportString) => {
const features = {}
const features = []
const scenario = {}
const pickles = {}
const picklesSteps = {}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reportReader-jsond.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EMPTY_GLOBAL_INFO = {
}

module.exports.reader = (reportString) => {
const features = {}
const features = []
const scenario = {}
const pickles = {}
const picklesSteps = {}
Expand Down

0 comments on commit d2adc1b

Please sign in to comment.