Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db5a879

Browse files
committedAug 15, 2023
Merge branch 'main' into process/get-sourcemaps-enabled
2 parents 47842aa + 9cc7327 commit db5a879

File tree

806 files changed

+8538
-2307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

806 files changed

+8538
-2307
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test/fixtures
55
test/message/esm_display_syntax_error.mjs
66
tools/icu
77
tools/lint-md/lint-md.mjs
8+
tools/github_reporter
89
benchmark/tmp
910
benchmark/fixtures
1011
doc/**/*.js

‎.github/workflows/build-tarball.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
- name: Test
9595
run: |
9696
cd $TAR_DIR
97-
make run-ci -j2 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"
97+
make run-ci -j2 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9"

0 commit comments

Comments
 (0)
Please sign in to comment.