Skip to content

Commit 47e4597

Browse files
committed
test: remove .js extension for typescript files for jest
1 parent 8b2ab43 commit 47e4597

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

dist/actions/actions_python.bfd29453.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/actions_python.c7411d6b.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/actions_python.6be0dfa4.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/semver": "^7.5.6",
8787
"@types/which": "^3.0.3",
8888
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519",
89-
"admina": "^1.0.0",
89+
"admina": "^1.0.1",
9090
"caxa": "^3.0.1",
9191
"ci-info": "^4.0.0",
9292
"ci-log": "workspace:*",

packages/untildify-user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc"
1212
},
1313
"dependencies": {
14-
"admina": "1.0.0",
14+
"admina": "1.0.1",
1515
"untildify": "^5.0.0"
1616
},
1717
"keywords": [

pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/python/actions_python.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { useCpythonVersion } from "setup-python/src/find-python.js"
2-
import { findPyPyVersion } from "setup-python/src/find-pypy.js"
1+
import { useCpythonVersion } from "setup-python/src/find-python"
2+
import { findPyPyVersion } from "setup-python/src/find-pypy"
33

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

0 commit comments

Comments
 (0)