Skip to content
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

build: move test files to src/__tests__ in example apps #2316

Merged
merged 1 commit into from
Feb 1, 2019

Commits on Feb 1, 2019

  1. build: move test files to src/__tests__ in example apps

    - Source files are compiled from `src/{foo}` to `dist/{foo}`, the same
      pattern is applied to test files too.
    
    - Both TypeScript sources and JavaScript output are stored in the same
      path relative to project root. This makes it much easier to refer
      to test fixtures.
    
    This is a follow-up for 066d525.
    bajtos committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    0426e09 View commit details
    Browse the repository at this point in the history