describe('Hello', () => { // 编写一个测试用例 // yarn test --testNamePattern='Hello' test('Hello World', () => { console.log('Hello World'); }); });