Skip to content

Commit

Permalink
Merge pull request #226 from harsha509/main
Browse files Browse the repository at this point in the history
chore: minor cleanup and bump npm versions to latest
  • Loading branch information
wswebcreation authored Dec 28, 2022
2 parents 3d707ea + 7a30786 commit a623016
Show file tree
Hide file tree
Showing 6 changed files with 6,531 additions and 683 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Unfortunately I no longer have the time and/or resources to work on this project

For now only pull requests of external contributors are being reviewed, accepted and welcomed (with some delay). No more bug fixes or new features will be implemented by me.

If you are interesting in giving this project some ❤️, please chime in. I'm also happy to transfer the package to someone else and give you all the rights.
If you are interested in giving this project some ❤️, please chime in. I'm also happy to transfer the package to someone else and give you all the rights.

# Important
> **The default time notation in Cucumber is in nanoseconds. When you use a version of Cucumber that uses milliseconds (like CucumberJS 2 and 3) and you want to show the duration you should use [`displayDuration`](./README.MD#displayDuration) AND [`durationInMS = true`](./README.MD#durationinms)**
Expand Down
2 changes: 1 addition & 1 deletion lib/collect-jsons.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const find = require('find');
const fs = require('fs-extra');
const jsonFile = require('jsonfile');
const path = require('path');
const path = require('node:path');
const { DateTime } = require('luxon');

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/generate-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const _ = require('lodash');
const fs = require('fs-extra');
const jsonFile = require('jsonfile');
const open = require('open');
const path = require('path');
const path = require('node:path');
const { v4: uuid } = require('uuid');
const { Duration } = require('luxon');
const collectJSONS = require('./collect-jsons');
Expand Down
Loading

0 comments on commit a623016

Please sign in to comment.