오류 수정
This commit is contained in:
@@ -75,7 +75,7 @@ describe('POST /api/sdk/v1/links', () => {
|
||||
|
||||
const insertCall = mockQuery.mock.calls[1];
|
||||
expect(insertCall[0]).toMatch(/INSERT INTO links/);
|
||||
expect(insertCall[1][3]).toBe('https://example.com/emoji/detail');
|
||||
expect(insertCall[1][3]).toBe('https://angkorlifes.com');
|
||||
|
||||
await app.close();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user