Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
267 B

há 4 anos
  1. # About this folder: Tests
  2. Before running the tests, start an Etherpad instance on your machine.
  3. ## Frontend
  4. To run the frontend tests, point your browser to `<yourdomainhere>/tests/frontend`
  5. ## Backend
  6. To run the backend tests, run `cd src` and then `npm test`