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 50ce8d0 commit f8a2928Copy full SHA for f8a2928
helloWorld/helloWorld.spec.js
@@ -2,6 +2,6 @@ const helloWorld = require('./helloWorld');
2
3
describe('Hello World', function() {
4
test('says "Hello, World!"', function() {
5
- expect(helloWorld()).toBe('Hello, World!');
+ expect(helloWorld()).toEqual('Hello, World!');
6
});
7
0 commit comments