Also update the actual spec file.
This commit is contained in:
parent
50ce8d002c
commit
f8a2928882
|
@ -2,6 +2,6 @@ const helloWorld = require('./helloWorld');
|
|||
|
||||
describe('Hello World', function() {
|
||||
test('says "Hello, World!"', function() {
|
||||
expect(helloWorld()).toBe('Hello, World!');
|
||||
expect(helloWorld()).toEqual('Hello, World!');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue