style: biome format fixes for test specs
Some checks failed
Deploy / Deploy to Production (push) Has been cancelled
Some checks failed
Deploy / Deploy to Production (push) Has been cancelled
This commit is contained in:
@@ -27,7 +27,7 @@ describe("VinValidationPipe", () => {
|
||||
it("should throw BadRequestException for VIN shorter than 17 characters", () => {
|
||||
expect(() => pipe.transform("WBA123")).toThrow(BadRequestException);
|
||||
expect(() => pipe.transform("WBA123")).toThrow(
|
||||
"Geçersiz şase numarası. 17 karakter olmalı, I, O, Q harfleri kullanılamaz."
|
||||
"Geçersiz şase numarası. 17 karakter olmalı, I, O, Q harfleri kullanılamaz.",
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -130,7 +130,6 @@ describe("ReferralsService", () => {
|
||||
expect(result.totalReferrals).toBe(2);
|
||||
expect(result.referrals).toHaveLength(2);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe("applyReferralCode", () => {
|
||||
|
||||
Reference in New Issue
Block a user