Skip to content

Commit 4664c79

Browse files
Update test/fixtures/test-package/esm-multiple-export.js
Co-authored-by: Thomas Cooper <57812123+coopernetes@users.noreply.github.com> Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
1 parent 282b1f4 commit 4664c79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/fixtures/test-package/esm-multiple-export.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ export default {
1010
console.log('PullActionPlugin: ', action);
1111
return action;
1212
}),
13+
baz: {
14+
exec: (async (req, action) => {
15+
console.log('not a real plugin object');
16+
}),
17+
},
1318
};

0 commit comments

Comments
 (0)