tests: write unit tests for getCopyChild and getCopyExample methods

This commit is contained in:
Stevan Freeborn
2023-04-28 10:10:37 -05:00
parent e359ca763e
commit fd4810f0b2
3 changed files with 158 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
import path from 'path';
export const DOCS_PATH = path.join(
process.cwd(),
'src/docs'
);