The subject of Ed’s gender has been long debated byCowboy Bebopfans. They’re androgynous in appearance, and it’s been debated whether they’re a boy, a girl, or non-binary. Making things more complicated is the fact thatEd in the live-action remakeis played by a non-binary actor...
// bad it('Runs Cowboy Bebop', () => {})// good it('runs cowboy bebop', () => {})prefer-spy-onSuggest using vi.spyOn.prefer-to-be-falsySuggest using toBeFalsy()// bad expect(isChitoLoseDiary).toBe(false)// good expect(isChitoLoseDiary).toBeFalsy()...