Commit 4a77ec6c authored by sunguoshu's avatar sunguoshu

test

parent 79b75073
Pipeline #321 canceled with stages
......@@ -180,14 +180,13 @@ describe('测试极端小数', () => {
it('1.009 toBe 壹元整', () => {
expect(numberToWords(1.009)).toBe('壹元整')
})
it('1.011 toBe 壹元零壹分', () => {
expect(numberToWords(1.011)).toBe('壹元零壹分')
})
it('0.455', () => {
it('0.455 肆角伍分', () => {
expect(numberToWords(0.455)).toBe('肆角伍分')
})
it('0.456', () => {
it('0.456 肆角伍分', () => {
expect(numberToWords(0.456)).toBe('肆角伍分')
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment