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
+1 -1
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!');
});
});