Skip to content

Split the sources and the tests #11

@pBouillon

Description

@pBouillon

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

No one assigned

    Labels

    beginner-friendlyIssue suitable for contributors who are new to the project or the technology stack usedgood first issueGood for newcomershacktoberfestIssues elligible for the HacktoberfestmetaIssue related to the project itselfproject:coreIssue related to @ngx-flagr/core

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions