Merge pull request #42 from HornMichaelS/master
Fix code indentation on helloWorld README.md
This commit is contained in:
commit
e2f45971a3
|
@ -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!');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue