Skip to content

Commit a5f44d8

Browse files
committed
test
1 parent 28384ad commit a5f44d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/linuxTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ phases:
4242
set -o pipefail
4343
. buildspec/shared/common.sh
4444
{ 2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?"; } | run_and_report 2 \
45-
'deleteTestTempDirs' \
45+
'rejected promise not handled' \
4646
'This typically indicates a bug. Read https://developer.mozilla.org/docs/Web/JavaScript/Guide/Using_promises#error_handling'
4747
}
4848
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"

0 commit comments

Comments
 (0)