[WIP] Travis CI#60
Conversation
|
Need to sort out code generation |
… outside the browser
|
Basically |
|
Right now the set up for the Jest test running startup fixture is not configured. This is because the app hasn't been ejected from the starter yet and hence I can't update the config to point Jest to the startup fixture. |
|
Thanks for working on this. Do you have a clue on how to take this further? |
|
The main issue here comes down to the fact that the Travis setup is headless and this all runs in the browser, so we have to mock the browser specific things like So I think we may have to eject the project from the starter if we want to create a test setup fixture that sets these mocks up. Mostly what I'd want to run in Travis is linting and static analysis however so if we don't run tests in Travis that's not an issue. We could add linting and add type checking while disabling the testing for now. |
No description provided.