(a: number, b: number)
| 921 | }); |
| 922 | |
| 923 | describe('LG', () => { |
| 924 | test(`LG 1.1`, () => expect(checkJson(['Lg', 1.1])).toMatchSnapshot()); |
| 925 | test(`LG 1`, () => expect(checkJson(['Lg', 1])).toMatchSnapshot()); |
| 926 | test(`LG 0`, () => expect(checkJson(['Lg', 0])).toMatchSnapshot()); |
| 927 | test(`LG -1`, () => expect(checkJson(['Lg', -1])).toMatchSnapshot()); |
no test coverage detected