const {getIntroduction} = require('./util') test('should output name and age', () => { const text = getIntroduction('Max', 20) expect(text).toBe('Max is 20 years old') })
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter