test: remove .js extension for typescript files for jest

This commit is contained in:
Amin Yahyaabadi 2024-01-22 02:07:57 -08:00
parent 8b2ab43823
commit 47e4597aa4
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
7 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -86,7 +86,7 @@
"@types/semver": "^7.5.6", "@types/semver": "^7.5.6",
"@types/which": "^3.0.3", "@types/which": "^3.0.3",
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519", "@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", "caxa": "^3.0.1",
"ci-info": "^4.0.0", "ci-info": "^4.0.0",
"ci-log": "workspace:*", "ci-log": "workspace:*",

View File

@ -11,7 +11,7 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"admina": "1.0.0", "admina": "1.0.1",
"untildify": "^5.0.0" "untildify": "^5.0.0"
}, },
"keywords": [ "keywords": [

View File

@ -57,8 +57,8 @@ importers:
specifier: github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519 specifier: github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519
version: github.com/aminya/babel-plugin-remove-node-prefix/95fcbd92405b99a6eece48c493548996f12e6519(@babel/core@7.23.7) version: github.com/aminya/babel-plugin-remove-node-prefix/95fcbd92405b99a6eece48c493548996f12e6519(@babel/core@7.23.7)
admina: admina:
specifier: ^1.0.0 specifier: ^1.0.1
version: 1.0.0 version: 1.0.1
caxa: caxa:
specifier: ^3.0.1 specifier: ^3.0.1
version: 3.0.1 version: 3.0.1
@ -208,8 +208,8 @@ importers:
packages/untildify-user: packages/untildify-user:
dependencies: dependencies:
admina: admina:
specifier: 1.0.0 specifier: 1.0.1
version: 1.0.0 version: 1.0.1
untildify: untildify:
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.0.0 version: 5.0.0
@ -3137,9 +3137,9 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/admina@1.0.0: /admina@1.0.1:
resolution: {integrity: sha512-TQoyRnVPH5b7gjw0pVgq3U9f6a1qAchqGKjC5QlcDgo99RrWxkUc1VG5YNOwj6MC3VDfrktmZcuVncBnCUiptA==} resolution: {integrity: sha512-lLvUAj/X+Qh+zgtJibRvwBNPoGEdZqJRSeLKhKoZiZjBvdeCJwWrAR8GcVe8imRgHUKmBFkMTJKgJ397hncrWA==}
engines: {deno: '>=1', node: '>=14.x'} engines: {deno: '>=1', node: '>=12.x'}
dependencies: dependencies:
execa: 7.2.0 execa: 7.2.0
which: 4.0.0 which: 4.0.0

View File

@ -1,5 +1,5 @@
import { useCpythonVersion } from "setup-python/src/find-python.js" import { useCpythonVersion } from "setup-python/src/find-python"
import { findPyPyVersion } from "setup-python/src/find-pypy.js" import { findPyPyVersion } from "setup-python/src/find-pypy"
import { info, warning } from "ci-log" import { info, warning } from "ci-log"
import { debug } from "@actions/core" import { debug } from "@actions/core"