mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-04-30 06:58:51 +00:00
Testing actions
This commit is contained in:
commit
8a260b16ec
340 changed files with 72676 additions and 0 deletions
5
node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js
generated
vendored
Normal file
5
node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { merge } from "./merge";
|
||||
import { parse } from "./parse";
|
||||
export function endpointWithDefaults(defaults, route, options) {
|
||||
return parse(merge(defaults, route, options));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue