Removed unnecessary line from merge

This commit is contained in:
Paweł Mikołajczyk
2018-06-16 15:38:14 +02:00
parent 689e62d1d1
commit 898ed0479c

View File

@@ -1056,4 +1056,3 @@ test.only.each`
`("returns $expected when $a is added $b", ({ a, b, expected }: Case) => {
expect(a + b).toBe(expected);
});