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 tests on Windows #156

Closed
wants to merge 1 commit into from
Closed

Fix tests on Windows #156

wants to merge 1 commit into from

Conversation

TrySound
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented May 27, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 07a220c on TrySound:windows-tests into 9e25367 on adametry:master.

@@ -18,6 +18,7 @@ function gulpEslint(options) {

function verify(str, filePath) {
var result = linter.executeOnText(str, filePath).results[0];
result.filePath = path.relative(process.cwd(), result.filePath);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better fixed in 21cf2ef. Absolute paths are more useful for end users.

@shinnn shinnn changed the title Fix tests on windows and the last eslint Fix tests on Windows May 27, 2016
@TrySound
Copy link
Contributor Author

Thanks.

@TrySound TrySound closed this May 28, 2016
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.

None yet

3 participants