allure-framework / allure-js-commons

Deprecated, use https://github.com/allure-framework/allure-js instead
Other
27 stars 40 forks source link

Correcting timestamp for end step and setDescription name typo #7

Closed sharadJay closed 8 years ago

sharadJay commented 8 years ago

I have made two corrections in the code

  1. When step ends timestamp passed should be used instead of date.now
  2. Typo for function name setDescription
just-boris commented 8 years ago

Thanks! Probably I should add more tests on it

sharadJay commented 8 years ago

Thanks for merging