Skip to content

Instantly share code, notes, and snippets.

@niinpatel
Created February 25, 2019 16:19
Show Gist options
  • Save niinpatel/ac8546885da41bb8d60a0d14ff092f96 to your computer and use it in GitHub Desktop.
Save niinpatel/ac8546885da41bb8d60a0d14ff092f96 to your computer and use it in GitHub Desktop.
test('should update the value when onChange is called', () => {
nameField.onChange({ target: { value: 'nitin' } });
expect(nameField.value).toBe('nitin');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment