bahttext 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.test.js +1 -1
package/package.json
CHANGED
package/src/index.test.js
CHANGED
|
@@ -124,7 +124,7 @@ describe('grammar', () => {
|
|
|
124
124
|
expect(bahttext(10056518)).toBe('สิบล้านห้าหมื่นหกพันห้าร้อยสิบแปดบาทถ้วน')
|
|
125
125
|
})
|
|
126
126
|
|
|
127
|
-
test('multi occurrence of
|
|
127
|
+
test('multi occurrence of 2x', () => {
|
|
128
128
|
expect(bahttext(20056528)).toBe('ยี่สิบล้านห้าหมื่นหกพันห้าร้อยยี่สิบแปดบาทถ้วน')
|
|
129
129
|
})
|
|
130
130
|
})
|