Skip to content

Commit 3e4dfd5

Browse files
committed
chore: correct jest-phabricator export
1 parent 9a8cafe commit 3e4dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-phabricator/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function summarize(coverageMap: TestResult.CoverageMap) {
3232
return summaries;
3333
}
3434

35-
module.exports = function(
35+
export = function(
3636
results: TestResult.AggregatedResult,
3737
): TestResult.AggregatedResult {
3838
return {

0 commit comments

Comments
 (0)