chore: add more granular e2e
This commit is contained in:
@@ -92,7 +92,7 @@ export class TestLogger {
|
||||
}
|
||||
|
||||
addCost(cost) {
|
||||
if (typeof cost === 'number' && !isNaN(cost)) {
|
||||
if (typeof cost === 'number' && !Number.isNaN(cost)) {
|
||||
this.totalCost += cost;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user