diff --git a/README.md b/README.md index 00552a1..2c13f23 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.test.js b/index.test.js index 48b9d58..362c3d0 100644 --- a/index.test.js +++ b/index.test.js @@ -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) }) \ No newline at end of file