Skip to content

[FEATURE] set up tests to validate imports work for all app #17842

@jcortes

Description

@jcortes

We're seeing imports failures for some apps in code. E.g., the following code generates an error:

import google_slides from "@pipedream/google_slides"
export default defineComponent({
  async run({ steps, $ }) {
    // Reference previous step data using the steps object and return data to use it in future steps
    return steps.trigger.event
  },
})

It appears there is a missing Google Drive dependency.
Another example that fails is @pipedream/netlify

Set up tests to validate imports work for all apps and run them on a regular basis (e.g., daily)?

This was suggested by Pravin (Pipedream) on slack

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Ready for QA

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions