Skip to content

Commit

Permalink
test: minor fix to ensure the README and package.json are aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Dec 8, 2022
1 parent 5f8b213 commit 32880ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Using default values:
npm run test:defaultPaths
```

This method uses:

- `featurePath` - `node_modules/openapi-forge/features/*.feature`
- `generatorPath` - `openapi-forge/src/generate`

The second script requires values for the featurePath & generatePath:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"prepare": "husky install",
"test": "\"./node_modules/.bin/cucumber-js\" -p default",
"test:defaultPath": "\"./node_modules/.bin/cucumber-js\" -p default \"../openapi-forge/features/*.feature\" \"../../../openapi-forge/src/generate\"",
"test:defaultPaths": "\"./node_modules/.bin/cucumber-js\" -p default \"../openapi-forge/features/*.feature\" \"../../../openapi-forge/src/generate\"",
"format:check:all": "prettier --check .",
"format:write:all": "prettier --write .",
"format:write": "prettier --write",
Expand Down

0 comments on commit 32880ce

Please sign in to comment.