8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc479b5 commit 3d71a9aCopy full SHA for 3d71a9a
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