feat: 添加query功能
This commit is contained in:
7
test/hello.test.ts
Normal file
7
test/hello.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('Hello', () => {
|
||||
// 编写一个测试用例
|
||||
// yarn test --testNamePattern='Hello'
|
||||
test('Hello World', () => {
|
||||
console.log('Hello World');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user