Add the option to remove the fallback from PMPs #6165
quality-checks.yml
on: pull_request
Format check
20s
Lint
21s
Typecheck
43s
Knip
21s
Tests
2m 54s
Build
1m 24s
Annotations
8 errors and 10 warnings
|
Format check
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Knip
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Lint
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Typecheck
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Build
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Tests
Process completed with exit code 1.
|
|
src/app/features/settings/settingTileFocusCoverage.test.ts > settings tile focus coverage > component <SettingTile> focusId coverage > focusIds exists for a specific SettingTile:
src/app/features/settings/settingTileFocusCoverage.test.ts#L130
AssertionError: focusId expected to exist in settingsLinkFocusIdsBySection: expected [ { …(2) } ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "file": "src/app/features/settings/Persona/PKCompat.tsx",
+ "focusId": "prevent-sending-pmp-fallback",
+ },
+ ]
❯ src/app/features/settings/settingTileFocusCoverage.test.ts:130:85
|
|
Tests
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
eslint(no-await-in-loop):
tests/e2e/timeline-recovery.spec.ts#L97
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/timeline-recovery.spec.ts#L91
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L187
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L184
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L175
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L174
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L71
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L185
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L183
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L179
Unexpected `await` inside a loop.
|