fix lint error in e2e/antennas.ts
This commit is contained in:
@@ -664,7 +664,6 @@ describe('アンテナ', () => {
|
|||||||
assert.deepStrictEqual(response, expected);
|
assert.deepStrictEqual(response, expected);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
test.skip('が取得でき、日付指定のPaginationに一貫性があること', async () => { });
|
test.skip('が取得でき、日付指定のPaginationに一貫性があること', async () => { });
|
||||||
test.each([
|
test.each([
|
||||||
{ label: 'ID指定', offsetBy: 'id' },
|
{ label: 'ID指定', offsetBy: 'id' },
|
||||||
|
|||||||
Reference in New Issue
Block a user