Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzcarey committed Jul 15, 2024
1 parent 3e6fe74 commit 4f3855c
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 194 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
"docs/",
".eslintrc.cjs",
"vitest.config.ts",
"tsup.config.ts"
"tsup.config.ts",
"src/test/examples/"
],
extends: [
"plugin:import/recommended",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { extractPullRequestIdentifier } from "./extractPullRequestIdentifier"
import { PullRequestIdentifier } from "./types"
import { extractPullRequestIdentifier } from "../extractPullRequestIdentifier"
import { PullRequestIdentifier } from "../types"

describe("extract Pull Request Identifier", () => {
it("Extracts from valid identifiers", () => {
Expand Down
Loading

0 comments on commit 4f3855c

Please sign in to comment.