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 6075cdd commit 29fd142Copy full SHA for 29fd142
src/core/test_helpers/so_migrations.ts
@@ -187,4 +187,4 @@ const waitForTrue = async ({ predicate }: { predicate: () => Promise<boolean> })
187
throw new Error(`Predicate never resolved after ${attempt} attempts`);
188
};
189
190
-const parseNdjson = (ndjson: string): any => ndjson.split('\n').map((l: string) => JSON.parse(l));
+const parseNdjson = (ndjson: string): SavedObject[] => ndjson.split('\n').map((l: string) => JSON.parse(l));
0 commit comments