()
| 256 | }; |
| 257 | |
| 258 | const handleStart = () => { |
| 259 | setSpinning(true); |
| 260 | }; |
| 261 | |
| 262 | const handlePrizeDefined = () => { |
| 263 | Toast.fire({ icon: 'success', title: '🥳 Prize defined 🥳', timer: 1500 }); |
nothing calls this directly
no outgoing calls
no test coverage detected