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 c23489a commit 2edb82dCopy full SHA for 2edb82d
transforms/ember-object/test.ts
@@ -125,10 +125,7 @@ function runTest(
125
}
126
127
128
-function runTransform(
129
- input: string,
130
- testPath: string
131
-): string | null | undefined {
+function runTransform(input: string, testPath: string): string {
132
return applyTransform(
133
transform,
134
// NOTE: This version of options unused in the transform
types/jscodeshift/dist/testUtils.d.ts
@@ -6,5 +6,5 @@ declare module 'jscodeshift/dist/testUtils' {
6
transformOptions: Options,
7
fileInfo: FileInfo,
8
testOptions?: { parser: Parser }
9
- ): string | null | undefined;
+ ): string;
10
0 commit comments