8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b81e6 + 3d71a9a commit e2f4597Copy full SHA for e2f4597
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
- it('says hello world', function() {
+ it('says hello world', function() {
17
expect(helloWorld()).toEqual('Hello, World!');
18
});
19
0 commit comments