import { describe, it, expect } from '@jest/globals' describe('Simple Contract Test', () => { it('should work', () => { expect(1 + 1).toBe(2) }) })