Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! apply to GHA
  • Loading branch information
Ceres6 committed Jan 10, 2025
commit 4547f09f718c2862c2c1e8d1f7f0a972b34209fc
1 change: 0 additions & 1 deletion test/parallel/test-runner-error-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const assert = require('node:assert');
const { spawnSync } = require('node:child_process');
const { test } = require('node:test');
const cwd = fixtures.path('test-runner', 'error-reporter-fail-fast');
const env = { ...process.env };

test('all tests failures reported without FAIL_FAST flag', async () => {
const args = [
Expand Down
Loading