Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

fix: exclude files from tests folder from built application #1056

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Sep 27, 2019

Currently unit tests files and their dependencies are always included in the built application regardless if tns test or another command is executed. This way the size of built package is increased as all unit test related dependencies are included (such as mocha, chai, angularTestBed and their dependencies as well).

Rel to #1041

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

@cla-bot cla-bot bot added the cla: yes label Sep 27, 2019
Currently unit tests files and dependencies are always included in the built application regardless if `tns test` or another command is executed. This way the size of built package is increased as all unit test related dependencies are included (such as mocha, chai, angularTestBed and their dependencies as well).

Rel to #1041
@Fatme Fatme force-pushed the fatme/tests-files branch from 8b4c9ec to c61f10e Compare October 2, 2019 06:20
@Fatme Fatme merged commit 516885d into master Oct 2, 2019
@Fatme Fatme deleted the fatme/tests-files branch October 2, 2019 11:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants