fix 'says hello world' in README.md
change 'says hello world' to 'says "Hello, World!" ' to be identical to the code in the (helloWorld.spec.js) file.
This commit is contained in:
parent
2197f7b1b5
commit
e4f9675628
|
@ -13,7 +13,7 @@ Let's look at the spec file first:
|
|||
const helloWorld = require('./helloWorld');
|
||||
|
||||
describe('Hello World', function() {
|
||||
test('says hello world', function() {
|
||||
test('says "Hello, World!"', function() {
|
||||
expect(helloWorld()).toEqual('Hello, World!');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue