test('One plus one equal 2', async() => { | |
expect(1 + 1).toBe(2); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test('One plus one equal 2', async() => { | |
expect(1 + 1).toBe(2); | |
}); |