To perform a match against text without trimming: screen.getByText('text', { normalizer: getDefaultNormalizer({trim: false}), }). To override ...
確定! 回上一頁