Skip to content

IdeaBlade/ng2-testing-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

To install `npm install`

To build: `npm run tsc`

To build and run the app `npm run tsc-and-serve`

To build and run the tests `npm run tsc-and-test`

Issue

Tests run successfully with this initial setup.

... But as soon as the 'test' files are moved from the src/test folder into the src folder ( along with some minor transforms to work in the new location) then the tests fail with an obscure error message.

To repro this

    1. rename the 'src' folder to 'src-good'
    1. rename the 'src-bad' folder to 'src'
    1. rerun the tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published