Skip to content

Commit c678f42

Browse files
committed
Fix ESM exports
1 parent c9f3e77 commit c678f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import eachTest from './each-test.js'
33
import testPath from './test-path.js'
44
import jsonify from './jsonify.js'
55

6-
export { jsonify, path, each, testOnReal }
6+
export { jsonify, testPath, eachTest, testOnReal }

0 commit comments

Comments
 (0)