From 7e3dce8adad787edd84d7a6e508c8b77aa97bcd9 Mon Sep 17 00:00:00 2001 From: EmmaRamirez Date: Sat, 11 Feb 2023 20:08:47 -0600 Subject: [PATCH] test: fix test --- src/components/PokemonEditor/PokemonEditor.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PokemonEditor/PokemonEditor.tsx b/src/components/PokemonEditor/PokemonEditor.tsx index 9b7076f6..9ff1da60 100644 --- a/src/components/PokemonEditor/PokemonEditor.tsx +++ b/src/components/PokemonEditor/PokemonEditor.tsx @@ -24,7 +24,9 @@ export interface PokemonEditorProps { game: Game; style: State['style']; - addPokemon: addPokemon; + // @NOTE: uncomment this if you need to auto-generate Pokemon + // will create failing tests as a warning to not push this :] + // addPokemon: addPokemon; } export interface PokemonEditorState {