Skip to content

Commit

Permalink
சோதனைகள் சாதனையானவை
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed May 9, 2024
1 parent e834ccf commit 563a391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from "aegir/chai";
it('எல்லோருக்கும் முன்னோட்டு, எழுத்துருகள் இருக்கு', () => {
for (const தகவல்கள் of Object.values(எழுத்துகள்_அடைப்புகள்)) {
for (const அடைப்பு_தகவல்கள் of Object.values(தகவல்கள்)) {
expect(Object.keys(அடைப்பு_தகவல்கள்)).to.equal(
expect(Object.keys(அடைப்பு_தகவல்கள்)).to.deep.equal(
['முன்னோட்டு', 'எழுத்துருகள்']
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('எல்லாம் படித்தல்', () => {

expect(கிடைத்த_எழுத்து).to.equal(எழுத்து);
expect(கிடைத்த_குறிமுறை).to.equal(குறிமுறை);
expect(மதிப்பு).to.equal(மூல்_எண்);
expect(மதிப்பு).to.deep.equal(மூல்_எண்);
});

})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as from './த.json' with { type: 'json' };
import * as ខ្មែរ from './ខ្មែរ.json' with { type: 'json' };
import * as दे from './देव.json' with { type: 'json' };
import from './த.json' with { type: 'json' };
import ខ្មែរ from './ខ្មែរ.json' with { type: 'json' };
import दे from './देव.json' with { type: 'json' };
import { ltn } from './ltn.js';

export {இலாத்தின்_அடைப்புகள்} from './ltn.js';
Expand Down

0 comments on commit 563a391

Please sign in to comment.