From f5f8df69470369374ff2d39ecb4f2f8029edd0a4 Mon Sep 17 00:00:00 2001 From: Ivan Dolgov Date: Wed, 26 Sep 2018 11:27:27 +0300 Subject: Test CI system --- src/Root.js | 2 +- src/Root.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Root.js b/src/Root.js index 95fb168..784bee3 100644 --- a/src/Root.js +++ b/src/Root.js @@ -2,7 +2,7 @@ import React from 'react'; const Root = () => (
-

Hello, world!

+

Hello, big world!

); diff --git a/src/Root.test.js b/src/Root.test.js index 7f785a2..20fafa0 100644 --- a/src/Root.test.js +++ b/src/Root.test.js @@ -8,6 +8,6 @@ describe('Root', () => { test('greeting is shown', () => { const { container } = render(); - expect(container).toHaveTextContent('Hello, world!'); + expect(container).toHaveTextContent('Hello, big world!'); }); }); -- cgit v1.2.1