mkdir -p packages/plugin-patch/tests/fixtures/create/a packages/plugin-patch/tests/fixtures/remove/b
touch packages/plugin-patch/tests/fixtures/create/a/.gitkeep packages/plugin-patch/tests/fixtures/remove/b/.gitkeep
touch packages/plugin-patch/tests/fixtures/create/b/.gitkeep packages/plugin-patch/tests/fixtures/remove/a/.gitkeep
jest -i --testPathPattern=packages --testPathIgnorePatterns=algoliasearch-client-javascript/packages/\|.pc/
rm -rf packages/plugin-patch/tests/fixtures/create/a packages/plugin-patch/tests/fixtures/remove/b
rm packages/plugin-patch/tests/fixtures/create/b/.gitkeep packages/plugin-patch/tests/fixtures/remove/a/.gitkeep
