tests: write unit tests for getCopyChild and getCopyExample methods
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import path from 'path';
|
||||
|
||||
export const DOCS_PATH = path.join(
|
||||
process.cwd(),
|
||||
'src/docs'
|
||||
);
|
||||
Reference in New Issue
Block a user