Skip to content

Commit a4f4ad6

Browse files
authored
Update test mocks
1 parent ba975e4 commit a4f4ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/no-deprecated-colors.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const testDeprecations = {
99
'autocomplete.shadow': 'shadow.medium'
1010
}
1111

12-
jest.mock('@primer/primitives/dist/deprecations/colors_v2', () => testDeprecations)
12+
jest.mock('@primer/primitives/dist/deprecations/colors', () => testDeprecations)
1313

1414
const ruleTester = new RuleTester({
1515
parserOptions: {

0 commit comments

Comments
 (0)