feat: convert relative urls to absolute (#125) (#126)

* feat: convert relative urls to absolute

* test: add tests for conversion of relative urls

Co-authored-by: Marty Winkler <mrtwnklr@users.noreply.github.com>
This commit is contained in:
Peter Evans
2023-03-05 11:13:27 +09:00
committed by GitHub
parent bbef094b30
commit e139363f61
9 changed files with 774 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "jest --passWithNoTests"
"test": "jest"
},
"repository": {
"type": "git",