-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
beginner-friendlyIssue suitable for contributors who are new to the project or the technology stack usedIssue suitable for contributors who are new to the project or the technology stack usedgood first issueGood for newcomersGood for newcomershacktoberfestIssues elligible for the HacktoberfestIssues elligible for the HacktoberfestmetaIssue related to the project itselfIssue related to the project itselfproject:coreIssue related to @ngx-flagr/coreIssue related to @ngx-flagr/core
Description
Issue Summary
The sources and their test files are mixed up together.
Many libraries have a separate src/
and spec/
folders to avoid this concern.
Category
- [ ] Bug report
- [ ] Regression
- [ ] Feature suggestion
- [ ] Documentation issue
- [x] Other
Expected Behavior
Create a spec/
folder and move the tests into it.
All tests should still be executed when using ng test
or when the CI is run.
Actual Behavior
Currently, the specs and the sources are all in the src
folder.
Steps to Reproduce
N/A
Environment
- Browser/Device: N/A
- Node version: N/A
- Version: N/A
Additional Information
N/A
Metadata
Metadata
Assignees
Labels
beginner-friendlyIssue suitable for contributors who are new to the project or the technology stack usedIssue suitable for contributors who are new to the project or the technology stack usedgood first issueGood for newcomersGood for newcomershacktoberfestIssues elligible for the HacktoberfestIssues elligible for the HacktoberfestmetaIssue related to the project itselfIssue related to the project itselfproject:coreIssue related to @ngx-flagr/coreIssue related to @ngx-flagr/core