Skip to content

Commit 2f605c5

Browse files
committed
fix log message
1 parent c92acf3 commit 2f605c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test('both functions are defined', t => {
99

1010
// print a message contextually alongside the test
1111
// more useful than console.log
12-
t.log('yay, we have a functions!')
12+
t.log('yay, we have functions!')
1313
})
1414

1515
test('penny should return 1', t => {

0 commit comments

Comments
 (0)