Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
race condition between "Exercise allergies test case" exercism#1969 and "allow prettier to format more files" exercism#1966 Since this file is now being formatted by prettier, the test case added in the latter PR must be formatted according to prettier. Otherwise, as will be observable from any PR after exercism#1966, CI fails on main. There are alternate approaches, such as directing format-array to always format `expected` with one item on each line, but it doesn't seem like this is particular important for the `allergies` exercise.
- Loading branch information