Skip to content
Miklós Fazekas edited this page Oct 6, 2023 · 1 revision

Welcome to the react-docgen wiki!

Running integration tests:

pnpm install
npx vitest run tests/integration 

# to run a single test case:
npx vitest run tests/integration -t ts-extends-hoc

To test with @rnmapbox/maps:

pnpm build
mv node_modules node_modules.build

add full path to package.json of @rnmapbox/maps
file:/tmp/react-docgen/packages/react-docgen

yarn install 
yarn generate
Clone this wiki locally