We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28384ad commit a5f44d8Copy full SHA for a5f44d8
buildspec/linuxTests.yml
@@ -42,7 +42,7 @@ phases:
42
set -o pipefail
43
. buildspec/shared/common.sh
44
{ 2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?"; } | run_and_report 2 \
45
- 'deleteTestTempDirs' \
+ 'rejected promise not handled' \
46
'This typically indicates a bug. Read https://developer.mozilla.org/docs/Web/JavaScript/Guide/Using_promises#error_handling'
47
}
48
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
0 commit comments