Skip to content

Commit

Permalink
Merge pull request #255 from shapehq/dependabot/npm_and_yarn/octokit-…
Browse files Browse the repository at this point in the history
…4.0.2

Bump octokit from 3.2.1 to 4.0.2
  • Loading branch information
simonbs authored Jul 22, 2024
2 parents 3c7b8da + 8edf6a0 commit 48f158d
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 146 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module.exports = {
moduleFileExtensions: ["js", "ts"],
testEnvironment: "node",
testMatch: ["**/*.test.ts"],
extensionsToTreatAsEsm: [".ts"],
transform: {
"^.+\\.ts$": "ts-jest"
"^.+\\.tsx?$": ["ts-jest", { useESM: true }]
},
moduleNameMapper: {
"^@/(.*)$": "<rootDir>/src/$1"
Expand Down
Loading

0 comments on commit 48f158d

Please sign in to comment.