Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 14, 2020
1 parent 6611b76 commit eaa1804
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Renders CSVReader with all custom props 1`] = `
<div
className="custom-csv-reader"
>
<label
htmlFor="react-csv-reader"
>
Select CSV with secret Death Star statistics
</label>
<input
accept=".csv, text/csv, .tsv, test/tsv"
className="custom-csv-input"
id="react-csv-reader"
onChange={[Function]}
style={
Object {
"color": "red",
}
}
type="file"
/>
</div>
`;

exports[`Renders basic CSVReader 1`] = `
<div
className="csv-reader-input"
>
<input
accept=".csv, text/csv"
className="csv-input"
id={null}
id="react-csv-reader-input"
onChange={[Function]}
style={Object {}}
type="file"
Expand Down

0 comments on commit eaa1804

Please sign in to comment.