File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Your project should have [`jest`] installed. The minimum supported version is `2
24
24
Run in your project:
25
25
26
26
``` bash
27
- npm install --save-dev jest-allure2-reporter@beta
27
+ npm install --save-dev jest-allure2-reporter
28
28
```
29
29
30
30
Edit your Jest config, e.g. ` jest.config.js ` :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module.exports = async () => {
40
40
routeBasePath : '/' ,
41
41
sidebarPath : require . resolve ( './sidebars.js' ) ,
42
42
editUrl :
43
- 'https://github.com/wix-incubator/jest-allure2-reporter/tree/beta /docs/' ,
43
+ 'https://github.com/wix-incubator/jest-allure2-reporter/tree/master /docs/' ,
44
44
showLastUpdateAuthor : true ,
45
45
showLastUpdateTime : true ,
46
46
remarkPlugins : ( await import ( './src/remark-plugins/index.mjs' ) ) . default ,
You can’t perform that action at this time.
0 commit comments