Improve test coverage for select.tsx
This commit is contained in:
parent
add184d580
commit
30657f04d3
2 changed files with 57 additions and 3 deletions
|
@ -1,3 +1,13 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`select.tsx Tests \`current\`-value 1`] = `[Function]`;
|
||||
|
||||
exports[`select.tsx Tests \`current\`-value with testId 1`] = `[Function]`;
|
||||
|
||||
exports[`select.tsx Tests \`current\`-value without testId 1`] = `[Function]`;
|
||||
|
||||
exports[`select.tsx Tests Select rendering 1`] = `[Function]`;
|
||||
|
||||
exports[`select.tsx Tests rendering of multiple Select elements 1`] = `[Function]`;
|
||||
|
||||
exports[`select.tsx Tests select rendering 1`] = `[Function]`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue