Add optional name + docs (#25)
* Add optional name * docs: add README.md with project documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { getGreeting } = require('../../src/greeting');
|
||||
const { getGreeting } = require("../../src/greeting");
|
||||
|
||||
describe('getGreeting', () => {
|
||||
it('returns the hello world message', () => {
|
||||
expect(getGreeting()).toBe('Hello world');
|
||||
describe("getGreeting", () => {
|
||||
it("returns the hello world message", () => {
|
||||
expect(getGreeting()).toBe("Hello world!");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user