We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db92cd commit 3e046a9Copy full SHA for 3e046a9
src/buildPath.test.js
@@ -4,9 +4,9 @@ test('build path', () => {
4
const expected = {
5
"dir": "api.github.com/users/user",
6
"goFilePath": "api.github.com/users/user/repos.go",
7
- "jsonFilePath": "api.github.com/users/user/repos_sample.json",
8
- "requestGoFilePath": "api.github.com/users/user/repos_request.go",
9
- "requestJsonFilePath": "api.github.com/users/user/repos_request_sample.json",
+ "jsonFilePath": "api.github.com/users/user/repos.json",
+ "paramGoFilePath": "api.github.com/users/user/repos_param.go",
+ "paramJsonFilePath": "api.github.com/users/user/repos_param.json",
10
"path": {
11
"pathFormat": "/users/{user}/repos",
12
"pathname": "/users/github/repos",
0 commit comments