serverlessworkflow / sdk-typescript

Typescript SDK for Serverless Workflow
https://serverlessworkflow.io/
Apache License 2.0
62 stars 16 forks source link

ignore js files in test phase #162

Closed antmendoza closed 2 years ago

antmendoza commented 2 years ago

Many thanks for submitting your Pull Request :heart:!

What this PR does / why we need it:

ignore js files in the test phase, otherwise, the test is run twice, one for the ts file and another one for the js file.

Special notes for reviewers:

Additional information (if needed):