Skip to content

Fix prettier #1279

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

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Fix prettier #1279

merged 1 commit into from
Dec 13, 2020

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Dec 13, 2020

Adding single quotes around the glob allows it to find subfolders in directories

@codecov
Copy link

codecov bot commented Dec 13, 2020

Codecov Report

Merging #1279 (764c68f) into master (7fb7b2d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1279   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines         5434      5434           
  Branches      1219      1219           
=========================================
  Hits          5434      5434           

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 7fb7b2d...764c68f. Read the comment docs.

@@ -10,17 +10,17 @@
// We need this until Jest finishes upgrading to Jasmine 2.0
module.exports = function asyncHelper(fn) {
let finished = false;
const done = function() {
const done = function () {
Copy link
Member

Choose a reason for hiding this comment

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

I think we had that Lint discussion already, but the space between function and brackets is what we want?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, technically you need a space before the name of the function. The name here is empty so the space should remain.

@dplewis dplewis merged commit 300caf2 into master Dec 13, 2020
@dplewis dplewis deleted the fix-prettier branch December 13, 2020 17:21
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