Skip to content

Commit f8a2928

Browse files
author
Michael Frank
committed
Also update the actual spec file.
1 parent 50ce8d0 commit f8a2928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloWorld/helloWorld.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const helloWorld = require('./helloWorld');
22

33
describe('Hello World', function() {
44
test('says "Hello, World!"', function() {
5-
expect(helloWorld()).toBe('Hello, World!');
5+
expect(helloWorld()).toEqual('Hello, World!');
66
});
77
});

0 commit comments

Comments
 (0)