Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • J js-stack-from-scratch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Verekia
  • js-stack-from-scratch
  • Merge requests
  • !244

Yarn test fails due to flow error

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/watadarkstar/patch-1 into master Sep 05, 2017
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: watadarkstar

EDIT: This should no longer be an issue with the latest version of these packages, but if you have this problem here is the fix.

Going through the guide and I got a flow error running yarn test at the part where one is required to add flow. See: https://github.com/verekia/js-stack-from-scratch/issues/221

The solution is to add the following to your .flowconfig :

[ignore]
.*/node_modules/eslint-plugin-jsx-a11y/*

I propose to add this to the guide so others won't have this issue. Like these people: https://github.com/verekia/js-stack-from-scratch/issues/237 and https://github.com/verekia/js-stack-from-scratch/issues/221

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/watadarkstar/patch-1