Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into add_ts
Browse files Browse the repository at this point in the history
# Conflicts:
#	index.js
#	jest/27/package.json
#	jest/29/package.json
#	package.json
  • Loading branch information
sarit-vakrat committed Jul 14, 2024
2 parents 4da1596 + 03007a8 commit 3fa5a44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To make Jest use this runner, you need to update your Jest config and add `group
"dependencies": {
},
"jest": {
"runner": "groups"
"runner": "jest-runner-grouped-tests"
}
}
```
Expand All @@ -75,7 +75,7 @@ Or in the `jest.config.js` file:
```javascript
module.exports = {
...
runner: "groups"
runner: "jest-runner-grouped-tests"
};
```

Expand Down
2 changes: 1 addition & 1 deletion jest/24/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"testMatch": [
"<rootDir>/tests/*.js"
],
"runner": "groups",
"runner": "jest-runner-grouped-tests",
"verbose": true
}
}
2 changes: 1 addition & 1 deletion jest/25/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"testMatch": [
"<rootDir>/tests/*.js"
],
"runner": "groups",
"runner": "jest-runner-grouped-tests",
"verbose": true
}
}
2 changes: 1 addition & 1 deletion jest/26/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"testMatch": [
"<rootDir>/tests/*.js"
],
"runner": "groups",
"runner": "jest-runner-grouped-tests",
"verbose": true
}
}

0 comments on commit 3fa5a44

Please sign in to comment.