import { describe, expect, test } from '@jest/globals' describe('integer module', () => { test('3', () => { expect(3).toBe(3) }) })