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

Fix Travis CI build, switch to Jest #122

Merged
merged 1 commit into from
Feb 23, 2020
Merged

Fix Travis CI build, switch to Jest #122

merged 1 commit into from
Feb 23, 2020

Conversation

kubk
Copy link
Contributor

@kubk kubk commented Feb 20, 2020

No description provided.

@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fixes this issue: thymikee/jest-preset-angular#288

@@ -0,0 +1,3 @@
{
"extends": "./tsconfig.app.json"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file fixes an issue with lint tool:

> mobx-angular-cli@0.0.0 lint /var/www/mobx-angular
> ng lint

Linting "mobx-angular"...
All files pass linting.
Linting "todo"...
An unhandled exception occurred: error TS5012: Cannot read file '/var/www/mobx-angular/projects/todo/tsconfig.json': ENOENT: no such file or directory, open '/var/www/mobx-angular/projects/todo/tsconfig.json'.

See "/tmp/ng-PC9hRB/angular-errors.log" for further details.

@adamkleingit adamkleingit merged commit c02122f into mobxjs:master Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants