Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: primer/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0eb5e03a00060886e4eb9fdb7adba2c5e57a798d
Choose a base ref
..
head repository: primer/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd3cd78de90b8ef69628f9f3dcf47634bd5a8079
Choose a head ref
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
* @type {import('jest').Config}
*/
const config = {
projects: ['<rootDir>/packages/react'],
projects: ['<rootDir>/packages/react', '<rootDir>/packages/postcss-preset-primer'],
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
}

Loading