Skip to content

Instantly share code, notes, and snippets.

View austinamorusoyardstick's full-sized avatar

Austin Amoruso austinamorusoyardstick

View GitHub Profile
@austinamorusoyardstick
austinamorusoyardstick / Template Jest.run.xml
Created July 1, 2025 19:13
Webstorm Jest 30 testPathPattern to testPathPatterns patch
<component name="ProjectRunConfigurationManager">
<configuration default="true" type="JavaScriptTestRunnerJest">
<config-file value="$PROJECT_DIR$/config/jest/jest.config.js" />
<node-interpreter value="project" />
<node-options value="--no-deprecation" />
<jest-package value="$PROJECT_DIR$/scripts/jest-cli" />
<jest-options value="--watch" />
<scope-kind value="ALL" />
<method v="2" />
</configuration>