mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
The test had 2 default exports. Only 1 is allowed! Move the second default export to its own test fixture.
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
/**
|
|
* @public
|
|
*/
|
|
export default (thisIsTheArgument) => {};
|