Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
test(Cloudy.spec.js): adding test to try CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano committed Feb 14, 2018
1 parent 9d1edfd commit 51f49c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Cloudy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ describe('<Cloudy />', () => {

it('displays a welcome message', () => {
expect(node).toExist();
expect(true).toBe(true);
});
});

0 comments on commit 51f49c9

Please sign in to comment.