Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compile): compile single test #1337

Merged
merged 3 commits into from
Mar 30, 2023
Merged

feat(compile): compile single test #1337

merged 3 commits into from
Mar 30, 2023

Conversation

YuryShkoda
Copy link
Member

@YuryShkoda YuryShkoda commented Mar 28, 2023

Issue

Closes #1201

Intent

  • Compile a single test file.
  • Enable identify feature for single test file compilation.

Implementation

  • Improved imports of the internal compilation functions.
  • Refactored src/commands/compile/compileSingleFile.ts.
  • Improved test coverage of the src/commands/compile/compileSingleFile.ts.

Checks

  • Code is formatted correctly (npm run lint:fix).
  • Any new functionality has been unit tested.
  • All unit tests are passing (npm test).
  • All CI checks are green.
  • JSDoc comments have been added or updated.
  • Reviewer is assigned.

@YuryShkoda YuryShkoda marked this pull request as ready for review March 30, 2023 10:11
@YuryShkoda YuryShkoda requested a review from medjedovicm March 30, 2023 10:17
@allanbowe allanbowe merged commit 0d0e7fb into main Mar 30, 2023
@allanbowe allanbowe deleted the issue-1201 branch March 30, 2023 13:56
@sasjsbot
Copy link

🎉 This PR is included in version 4.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sasjs compile single file does not recognise test type
4 participants