Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 0e599bf

Browse files
committed
Fix tests.
1 parent f4a371c commit 0e599bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm](https://img.shields.io/npm/dt/express.svg)](https://www.npmjs.com/package/react-native-tags)
55

66
A React Native component that allows you to input text and formats the text
7-
into a tag when a space or comma is entered.
7+
into a tag when a space or comma is entered. Tapping on the tag will remove it.
88

99
![Demo](https://camo.githubusercontent.com/e3d6f3f87e625ad787bda1e7b518307d29d21a23/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f6c34394a5036786c6847723138795a46652f67697068792e676966)
1010

Tags/__tests__/__snapshots__/Tags-tests.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports[`Tags should render props correctly 1`] = `
4343
"paddingRight": 12,
4444
}
4545
}
46-
testID="tag"
46+
testID={undefined}
4747
tvParallaxProperties={undefined}
4848
>
4949
<Text
@@ -92,7 +92,7 @@ exports[`Tags should render props correctly 1`] = `
9292
"paddingRight": 12,
9393
}
9494
}
95-
testID="tag"
95+
testID={undefined}
9696
tvParallaxProperties={undefined}
9797
>
9898
<Text
@@ -141,7 +141,7 @@ exports[`Tags should render props correctly 1`] = `
141141
"paddingRight": 12,
142142
}
143143
}
144-
testID="tag"
144+
testID={undefined}
145145
tvParallaxProperties={undefined}
146146
>
147147
<Text

0 commit comments

Comments
 (0)