Merge pull request #42 from HornMichaelS/master

Fix code indentation on helloWorld README.md
This commit is contained in:
Cody Loyd 2019-11-27 09:16:30 -06:00 committed by GitHub
commit e2f45971a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Let's look at the spec file first:
const helloWorld = require('./helloWorld');
describe('Hello World', function() {
it('says hello world', function() {
it('says hello world', function() {
expect(helloWorld()).toEqual('Hello, World!');
});
});