Improve test coverage for select.tsx

This commit is contained in:
Bastian Meissner 2021-11-26 18:15:39 +01:00
parent add184d580
commit 30657f04d3
2 changed files with 57 additions and 3 deletions

View file

@ -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]`;