Skip to content

Commit

Permalink
test: remove .js extension for typescript files for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 22, 2024
1 parent 8b2ab43 commit 47e4597
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/actions/actions_python.bfd29453.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/actions_python.c7411d6b.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/actions_python.6be0dfa4.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/semver": "^7.5.6",
"@types/which": "^3.0.3",
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519",
"admina": "^1.0.0",
"admina": "^1.0.1",
"caxa": "^3.0.1",
"ci-info": "^4.0.0",
"ci-log": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/untildify-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc"
},
"dependencies": {
"admina": "1.0.0",
"admina": "1.0.1",
"untildify": "^5.0.0"
},
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/python/actions_python.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCpythonVersion } from "setup-python/src/find-python.js"
import { findPyPyVersion } from "setup-python/src/find-pypy.js"
import { useCpythonVersion } from "setup-python/src/find-python"
import { findPyPyVersion } from "setup-python/src/find-pypy"

import { info, warning } from "ci-log"
import { debug } from "@actions/core"
Expand Down

0 comments on commit 47e4597

Please sign in to comment.