Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PingHuskar committed Jul 10, 2024
1 parent e1c74a7 commit 4a15ccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

## Demo / Example
- [Codepen](https://codepen.io/chadin-chaipornpisuth/full/rNbzyom)
- [React] Coming Soon
- [React](https://timely-fenglisu-b68fd6.netlify.app/)

## Must Read
- **Checkout Test Cases in `index.test.js` Before Implement**
- **`101`** ควรจะถูกอ่านอย่างไร ?
- `หนึ่งร้อยหนึ่งบาทถ้วน`
- `Google Sheets`
- [`Google Sheets`](https://sheets.google.com/)
- `สัญญากู้เงินของธนาคาร`* ลองมากู้ได้เลยครับ ถ้าไม่ใช่บอกผมด้วย
- [jojoee/bahttext](https://www.npmjs.com/package/bahttext)
- จะอ่านว่า`เอ็ด`เมื่อหลักสิบมีค่า เช่น `สิบเอ็ด`, `ยี่สิบเอ็ด`
- `หนึ่งร้อยเอ็ดบาทถ้วน`
- `MS Excel`
- [`MS Excel`](https://www.microsoft.com/th-th/microsoft-365/excel)
- [`thai-baht-text`](https://www.npmjs.com/package/thai-baht-text)
- [earthchie/BAHTTEXT.js](https://github.com/earthchie/BAHTTEXT.js)
- `หนึ่งร้อยหนึ่งบาทถ้วน` หรือ `หนึ่งร้อยเอ็ดบาทถ้วน` ก็ได้ ให้เข้าใจได้ตรงกัน
- [**`BahtRext`**](https://pinghuskar.github.io/npm-bahtrext/)
- [Versions](https://www.npmjs.com/package/bahtrext?activeTab=versions)
- [REPO](https://github.com/PingHuskar/npm-bahtrext)
- [Active Versions](https://www.npmjs.com/package/bahtrext?activeTab=versions)
- [GitHub Repo](https://github.com/PingHuskar/npm-bahtrext)

## Beliefs
1. Money in Thai Baht can be translate to word
Expand Down
6 changes: 3 additions & 3 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ test(`IsValidText`, () => {
expect(BR.IsValidText(123)).toBe(false);
});


test(`IsValidText`, () => {
test(`Bool Test`, () => {
expect(true).toBe(true)
expect(true).toBe(!false)
expect(false).toBe(false);
expect(false).toBe(!true)
expect(false).toBe(true)
})

0 comments on commit 4a15ccf

Please sign in to comment.