Skip to content

Commit

Permalink
updated changelog and removed wip tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eoola committed Dec 14, 2021
1 parent c3862ef commit 65ba09d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO

## [Unreleased]
### Fixed
- Handles spaces in paths for developers working on cucumbers's own code ([#1845](https://github.com/cucumber/cucumber-js/issues/1845))
- Allows for parentheses in paths for developers working on cucumber's own code ([[#1735](https://github.com/cucumber/cucumber-js/issues/1735)])
- Smoother onboarding for Windows developers ([#1863](https://github.com/cucumber/cucumber-js/pull/1863))

Expand Down
1 change: 0 additions & 1 deletion features/formatter_paths.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Feature: Formatter Paths
<duration-stat>
"""

@wip
Scenario: Absolute path
Given "{{{tmpDir}}}" is an absolute path
When I run cucumber-js with `-f summary:"{{{tmpDir}}}/summary.txt"`
Expand Down

0 comments on commit 65ba09d

Please sign in to comment.