Skip to content

Commit 311570d

Browse files
committed
chore(release): v4.2.0 [skip ci]
## [4.2.0](v4.1.0...v4.2.0) (2024-04-18) ### Features * added runner compatibility that does not globally expose the 'describe' and 'test' methods ([f33a087](f33a087)) ### Bug Fixes * **loadFeature:** regression in loadFeature now corrected to consider global options for relative feature file loading ([938bf7c](938bf7c))
1 parent c32f4b0 commit 311570d

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.2.0](https://github.com/bencompton/jest-cucumber/compare/v4.1.0...v4.2.0) (2024-04-18)
2+
3+
4+
### Features
5+
6+
* added runner compatibility that does not globally expose the 'describe' and 'test' methods ([f33a087](https://github.com/bencompton/jest-cucumber/commit/f33a0870645da032c45c5c5bfa1a9b712f92b52b))
7+
8+
9+
### Bug Fixes
10+
11+
* **loadFeature:** regression in loadFeature now corrected to consider global options for relative feature file loading ([938bf7c](https://github.com/bencompton/jest-cucumber/commit/938bf7cad93160088e3485a6af17167ef66f8b10))
12+
113
## [4.1.0](https://github.com/bencompton/jest-cucumber/compare/v4.0.10...v4.1.0) (2024-04-03)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-cucumber",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Execute Gherkin scenarios in Jest",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -82,7 +82,10 @@
8282
"testMatch": [
8383
"**/*.{steps,test}.ts"
8484
],
85-
"testPathIgnorePatterns": ["/node_modules/", "examples/vitest"],
85+
"testPathIgnorePatterns": [
86+
"/node_modules/",
87+
"examples/vitest"
88+
],
8689
"moduleFileExtensions": [
8790
"js",
8891
"ts",

0 commit comments

Comments
 (0)