-
Notifications
You must be signed in to change notification settings - Fork 190
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
Travis test gives an error after commit stage #149
Comments
Had same problem. Seems you have css validation fix. They fixed that at jestjs/jest#8005, you have to update jest version in your |
/home/travis/build/VladimirEliseev/external-courses/node_modules/jest-jasmine2/build/jasmine/Env.js:534 |
При создании Pull request указывал на ошибку в каком-то файле из предыдущих заданий. Я его удалил, ошибка ушла. Потом обновил Pull request также выдал ошибку из предыдущих заданий, после удаления этих файлов возникла эта ошибка. |
Fixed in #201 |
Cannot read property 'addExpectationResult' of undefined. Crashes at ex8
//////
const {task, css, html} = require('~utils')('ex8_html-css-basics', true, 'html');
describe('Ex8. HTML & CSS Basics', () => {
const tasks = Array.from({length: 4}).map((_, i) =>
0${i + 1}
);});
//////
jestjs/jest#5922
The text was updated successfully, but these errors were encountered: