What is the best to have seed running: - Stacks te...
# seed
d
What is the best to have seed running: • Stacks tests • multiple ReactSite tests from different folders
f
You can specify the tests to run during the
before_build
lifecycle in
seed.yml
, ie.
Copy code
before_build:
  - npm run tests
  - cd frontend && npm run tests