Skip to content

fix: exclude test files from the build#235

Merged
bornast merged 1 commit into
masterfrom
fix/exclude-tests
Jun 3, 2026
Merged

fix: exclude test files from the build#235
bornast merged 1 commit into
masterfrom
fix/exclude-tests

Conversation

@droguljic
Copy link
Copy Markdown
Contributor

The *.test.ts file are now explicitly excluded from the build. Previously the unit test were included in the build as they were placed alongside source files in at the src. Add the dedicated test:unit command to run unit tests and as ensure build-time validation on the test files.

The `*.test.ts` file are now explicitly excluded from the
build. Previously the unit test were included in the build
as they were placed alongside source files in at the `src`.
Add the dedicated `test:unit` command to run unit tests and
as ensure build-time validation on the test files.
@droguljic droguljic added this to the v2 milestone Jun 2, 2026
@droguljic droguljic requested a review from bornast June 2, 2026 11:07
@bornast bornast merged commit f243eaf into master Jun 3, 2026
2 checks passed
@bornast bornast deleted the fix/exclude-tests branch June 3, 2026 06:47
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