Skip to content

Commit 76c1012

Browse files
authored
Update test
1 parent 0fbeff7 commit 76c1012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/no-unnecessary-components.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const rule = require('../no-unnecessary-components')
77
const {components} = require('../no-unnecessary-components')
88

99
const prcImport = 'import React from "react"; import {Box, Text} from "@primer/react";'
10-
const brandImport = 'import React from "react"; import {Box, Text} from "@primer/brand";'
10+
const brandImport = 'import React from "react"; import {Box, Text} from "@primer/react-brand";'
1111

1212
/** @param {string} content */
1313
const jsx = content => `export const Component = () => <>${content}</>`

0 commit comments

Comments
 (0)