Merge pull request #186 from mohammedsobhi/patch-1
fix 'says hello world' in README.md
This commit is contained in:
commit
6b0e0e55e3
|
@ -13,7 +13,7 @@ Let's look at the spec file first:
|
||||||
const helloWorld = require('./helloWorld');
|
const helloWorld = require('./helloWorld');
|
||||||
|
|
||||||
describe('Hello World', function() {
|
describe('Hello World', function() {
|
||||||
test('says hello world', function() {
|
test('says "Hello, World!"', function() {
|
||||||
expect(helloWorld()).toEqual('Hello, World!');
|
expect(helloWorld()).toEqual('Hello, World!');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue