fireEvent.change(input, {target: {value: 'Good Day'}}). expect(input.value).toBe('') //empty after. }) test('It should allow the $ to be ...
確定! 回上一頁