Logs de la api como middleware
This commit is contained in:
@@ -73,7 +73,6 @@ await describe("NfcRepository Integration Tests", async () => {
|
||||
assert.fail(`findActivationCodes failed: ${result.error}`);
|
||||
}
|
||||
|
||||
|
||||
assert.ok(result.data, "Data should be returned");
|
||||
assert.strictEqual(result.data.length, 0);
|
||||
});
|
||||
@@ -114,7 +113,6 @@ await describe("NfcRepository Integration Tests", async () => {
|
||||
}
|
||||
|
||||
assert.ok(result.data, "Data should be returned");
|
||||
|
||||
assert.ok(Array.isArray(result.data));
|
||||
|
||||
const first = result.data[0];
|
||||
|
||||
Reference in New Issue
Block a user