We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2197f7b + e4f9675 commit 6b0e0e5Copy full SHA for 6b0e0e5
01_helloWorld/README.md
@@ -13,7 +13,7 @@ Let's look at the spec file first:
13
const helloWorld = require('./helloWorld');
14
15
describe('Hello World', function() {
16
- test('says hello world', function() {
+ test('says "Hello, World!"', function() {
17
expect(helloWorld()).toEqual('Hello, World!');
18
});
19
0 commit comments