Skip to content

[INT-1] visual-snapshots: do not emit test files to build directory #202

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

Merged
merged 3 commits into from
Mar 12, 2025

Conversation

perf2711
Copy link
Contributor

visual-snapshots: do not emit test files to build directory

Issue: INT-1

Description

Changes tsconfig.json configurations so test files are typechecked, but not emitted to the lib directory.

Several config files we're required to be added or changed:

  • tsconfig.src.json - emits source files to lib
  • tsconfig.test.json - typechecks test files
  • tsconfig.json - references tsconfig.src.json and tsconfig.test.json files

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • Configuration change
  • Refactor/improvements

@perf2711 perf2711 added bug Something isn't working javascript Pull requests that update Javascript code labels Mar 12, 2025
@perf2711 perf2711 self-assigned this Mar 12, 2025
@perf2711 perf2711 merged commit ef02a56 into feat/INT-1/pdf-snapshots Mar 12, 2025
1 check passed
@perf2711 perf2711 deleted the bugfix/INT-1/output-structure branch March 12, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants