/** @license https://github.com/facebook/jest/blob/master/LICENSE */

test("two plus two is four", () => {
  expect(2 + 2).toBe(4);
});