Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 586 Bytes

File metadata and controls

25 lines (14 loc) · 586 Bytes

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.