我有一个监听Linking url事件的react-native组件。如何使用react-native-testing-library触发该事件 示例: import React, { PureComponent } from 'react';import SafariView from 'react-native-safari-view';
class WebAuthView extends Com
我正在试着写一个jest测试,但是它给了我一个奇怪的错误。TypeError: jest_1.it is not a function
10 | describe('Health check', () => {
> 11 | it(我不确定发布所有不同的配置文件是否会有帮助,所以也许我会指出我正在使用的部分: serverless framework with serverless-plugin-typescript plugin,typescript,jest,