import {expect, test} from '@jest/globals'
test('throws invalid number', async () => {
const x = 3
expect(x).toBe(3)
})