Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed May 29, 2024
1 parent 80ee3e1 commit 6264732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You'll find a JSON file named `ctrf-report.json` in the `ctrf` directory.
Add the reporter to your cypress/plugins/index.js/ts

```javascript
const { GenerateCtrfReport } = require('cypress-ctrf-json-reporter');
const { GenerateCtrfReport } = require('cypress-ctrf-json-reporter')

/// <reference types="cypress" />

Expand All @@ -105,7 +105,7 @@ const { GenerateCtrfReport } = require('cypress-ctrf-json-reporter');
module.exports = (on, config) => {
new GenerateCtrfReport({
on,
});
})
}
```

Expand Down

0 comments on commit 6264732

Please sign in to comment.