Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Feb 12, 2023
1 parent 92c240e commit 7e3dce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/PokemonEditor/PokemonEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e3dce8

Please sign in to comment.