Skip to content

Commit 9f64e4d

Browse files
islandryupmarchini
andauthored
Update test/fixtures/test-runner/coverage-with-mock/sum.js
Co-authored-by: Pietro Marchini <pietro.marchini94@gmail.com>
1 parent a3c3a11 commit 9f64e4d

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/test-runner/coverage-with-mock

1 file changed

+1
-1
lines changed

test/fixtures/test-runner/coverage-with-mock/sum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const data = { type: 'object' }
66

77
export const sum = (a, b) => a + b
88

9-
export const getData = () => data
9+
export const getData = () => data

0 commit comments

Comments
 (0)