We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c99f commit 9723916Copy full SHA for 9723916
packages/initializer/template/codemods/codemod/transform.spec.ts
@@ -2,8 +2,8 @@ import { applyTransform } from '@codeshift/test-utils';
2
import * as transformer from './transform';
3
4
describe('<% packageName %><% seperator %><% transform %> transform', () => {
5
- it('should transform correctly', () => {
6
- const result = applyTransform(
+ it('should transform correctly', async () => {
+ const result = await applyTransform(
7
transformer,
8
`
9
import foo from '<% packageName %>';
0 commit comments