Skip to content

Commit

Permalink
chore (scripts): update create-package and create-component plop temp…
Browse files Browse the repository at this point in the history
…lates to reflect new v9 package structure (#26067)
  • Loading branch information
TristanWatanabe authored Dec 21, 2022
1 parent c12218d commit 0dced6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { render } from '@testing-library/react';
import { {{componentName}} } from './{{componentName}}';
import { isConformant } from '../../common/isConformant';
import { isConformant } from '../../testing/isConformant';

describe('{{componentName}}', () => {
isConformant({
Expand Down

0 comments on commit 0dced6b

Please sign in to comment.