Skip to content

Commit 8d54853

Browse files
authored
Merge pull request #14 from jpbnetley/feature/test
fix: f1 not printing input
2 parents ff3a90b + c2c59c8 commit 8d54853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/f1/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const f1 = () => console.log('f1 running')
1+
export const f1 = input => console.log(`f1 running: ${input}`)
22
export const f2 = () => console.log('f1 running')

0 commit comments

Comments
 (0)