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

Fixed bug with ignore test if empty reference file #86

Merged
merged 1 commit into from
May 28, 2015
Merged

Conversation

blond
Copy link
Member

@blond blond commented May 27, 2015

Resolved #83

@blond
Copy link
Member Author

blond commented May 27, 2015

/сс @tormozz48 @SevInf

delete references[name];
}
} else if (!hasBemjson || !hasHtml) {
delete references[name];
Copy link

Choose a reason for hiding this comment

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

А тут не надо ворнинг какой-то написать? Кажется, что если есть html, но нет bemjson то пользватель явно что-то не так делает и ему бы хорошо знать об этом.

Copy link
Member Author

Choose a reason for hiding this comment

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

Да, хорошая идея.

@SevInf
Copy link

SevInf commented May 28, 2015

В остальном ок

blond added a commit that referenced this pull request May 28, 2015
Fixed bug with ignore test if empty reference file
@blond blond merged commit f9df55a into master May 28, 2015
@blond blond deleted the issue-83 branch May 28, 2015 14:52
@blond blond removed the in progress label May 28, 2015
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.

Shouldn't ignore test if reference is empty file
2 participants