Skip to content

Commit

Permalink
fix: permissions of husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kur0 committed Sep 21, 2023
1 parent 8490896 commit 13ec215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions __tests__/fourChannel/fetchThreads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ it("Check fetching threads", async () => {
id: 1,
url: "https://boards.4channel.org/b/thread/1",
board: "b",
subject: "undefined value",
subject: "",
};

const notExpectedThreadResult = {
id: 3,
url: "https://boards.4channel.org/b/thread/2",
board: "b",
subject: "undefined value",
subject: "",
};

const fourChannel = fourChannelFactory();
Expand Down

0 comments on commit 13ec215

Please sign in to comment.