Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

  • Revert exclude pattern from schematics tsconfig.json
  • Add vitest imports (describe, it, expect, beforeEach) to spec file
  • Update expect() calls to remove Jasmine-specific error messages
  • Verify schematics build passes
  • Verify migrations build passes

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Copilot AI changed the title [WIP] Refactor tests by moving to vitest fix(schematics): exclude spec files from build compilation Jan 21, 2026
Copilot AI requested a review from ChronosSF January 21, 2026 15:20
@ChronosSF
Copy link
Member

@copilot , instead of excluding the tests, add imports for those functions that are not available from vitest

Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
@ChronosSF ChronosSF marked this pull request as ready for review January 21, 2026 15:34
@ChronosSF ChronosSF merged commit c0fb348 into sstoychev/migrate-vitest Jan 21, 2026
@ChronosSF ChronosSF deleted the copilot/sub-pr-16781 branch January 21, 2026 15:34
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot , instead of excluding the tests, add imports for those functions that are not available from vitest

Done. Added imports for describe, it, expect, and beforeEach from vitest, reverted the exclude pattern, and updated the expect() calls to remove Jasmine-specific error messages (commit bec9c8a).

Copilot stopped work on behalf of ChronosSF due to an error January 21, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants