Skip to content

Commit

Permalink
build: debug test failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 8, 2019
1 parent b697944 commit 96e99e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ example_integration_test(

example_integration_test(
name = "examples_jest",
bazel_commands = ["test ... --define=VERBOSE_LOGS=1"],
)

example_integration_test(
Expand Down
3 changes: 1 addition & 2 deletions examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"patch-package": "6.1.2"
},
"scripts": {
"test": "bazel test ...",
"// postinstall": "patch-package --patch-dir=./tools/patches"
"test": "bazel test ..."
}
}

0 comments on commit 96e99e1

Please sign in to comment.