Skip to content

Commit

Permalink
chore: Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer committed Sep 22, 2020
1 parent b9ffc2f commit ea7c3f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/bazel_rules/jest/jest-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function main() {
// console.log(process.env)
console.log(process.argv.slice(2));

const resolvedFiles = files
const asdf = files
.split(',')
.map((source) => join(base, source).replace(/ts$/, 'js'));

Expand All @@ -68,12 +68,13 @@ async function main() {
${process.cwd()}
${jestConfig}
${setupFile}
Files: ${resolvedFiles}
Files: ${asdf}
${suite}
MANIFEST: ${process.env.RUNFILES_MANIFEST_FILE}
WORKSPACE: ${process.env.BAZEL_WORKSPACE}
WORKSPACE: ${process.env.BAZEL_WORKSPACE} | ${helper.workspace}
TARGET: ${process.env.BAZEL_TARGET}
Package: ${helper.package}
${join(dirname(TEST_BINARY), `_${suite}.module_mappings.json`)}
Expand Down

0 comments on commit ea7c3f4

Please sign in to comment.