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

eslint fixes #52

Closed
wants to merge 3 commits into from
Closed

eslint fixes #52

wants to merge 3 commits into from

Conversation

awave1
Copy link

@awave1 awave1 commented Dec 27, 2017

eslint was generating a lot of errors because "use strict" wasn't present in test/MemoryFileSystem.js and test/MemoryFileSystemError.js

@jsf-clabot
Copy link

jsf-clabot commented Dec 27, 2017

CLA assistant check
All committers have signed the CLA.

@awave1 awave1 changed the title add "use strict" to test file eslint fixes Dec 28, 2017
@codecov
Copy link

codecov bot commented Dec 28, 2017

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   96.24%   96.24%           
=======================================
  Files           4        4           
  Lines         293      293           
  Branches       67       67           
=======================================
  Hits          282      282           
  Misses         11       11
Impacted Files Coverage Δ
lib/normalize.js 83.33% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ae73eb...7125e88. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   96.24%   96.24%           
=======================================
  Files           4        4           
  Lines         293      293           
  Branches       67       67           
=======================================
  Hits          282      282           
  Misses         11       11
Impacted Files Coverage Δ
lib/normalize.js 83.33% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ae73eb...7125e88. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   96.24%   96.24%           
=======================================
  Files           4        4           
  Lines         293      293           
  Branches       67       67           
=======================================
  Hits          282      282           
  Misses         11       11
Impacted Files Coverage Δ
lib/normalize.js 83.33% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ae73eb...7125e88. Read the comment docs.

@awave1 awave1 closed this Jan 4, 2019
@awave1 awave1 deleted the eslint-test-fix branch January 4, 2019 01:59
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

2 participants