Skip to content

Commit

Permalink
இப்பொழுதுக்கு வேண்டாம்
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 9, 2024
1 parent dc9cb5c commit 03db156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions சோதனை/கணக்கு.சோதனை.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { கணக்கு } from "@/கணக்கு.js";

const { créerConstellationsTest } = constellation;

describe("கணக்கு", async () => {
describe.skip("கணக்கு", async () => {
let விண்மீன்: ClientConstellation;
let வேறு_விண்மீன்: ClientConstellation;
let என்_கணக்கு: கணக்கு;
Expand Down Expand Up @@ -60,7 +60,7 @@ describe("கணக்கு", async () => {
மொழிபெயர்ப்பு: "இதோ",
இலக்கு_மொழி: "த",
});
const மதிப்பு = await நான்_பங்களிக்கும்_திட்டங்கள்.attendreExiste();
const மதிப்பு = await நான்_பங்களிக்கும்_திட்டங்கள்.attendreQue(=>.length > 0);
expect(மதிப்பு).to.have.deep.members([அடையாளம்]);

Check failure on line 64 in சோதனை/கணக்கு.சோதனை.ts

View workflow job for this annotation

GitHub Actions / கிளிமூக்கு சோதனைகள்

'இ' is of type 'unknown'.
});

Expand Down

0 comments on commit 03db156

Please sign in to comment.