Skip to content

Conversation

ProgrammingByPermutation
Copy link
Collaborator

This fixes the bug where Karma was not exiting in a single run and so it kept the "check" alive forever.

The ng update didn't update angular.json file to point to the
@angular-devkit package for karma. I must have googled something to fix
it in 77df8ef but only managed to install the package and not actually
tell angular.json to use it. This change makes it so that we are
building with a version of karma that allows run once (and matches what
template you get using the ng new command)

The ng update didn't update angular.json file to point to the
@Angular-devkit package for karma. I must have googled something to fix
it in 77df8ef but only managed to install the package and not actually
tell angular.json to use it. This change makes it so that we are
building with a version of karma that allows run once (and matches what
template you get using the ng new command)

closes #84
This reverts commit 8294dbc.

Enabling the Karma tests in the git flow.

closes #84
@ProgrammingByPermutation ProgrammingByPermutation merged commit 7dbf40d into main Jun 12, 2025
4 checks passed
@ProgrammingByPermutation ProgrammingByPermutation deleted the fix/karma branch June 12, 2025 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant