Add missing backtick

pull/7875/head
Thibaud Colas 2022-01-19 17:07:47 +00:00 zatwierdzone przez GitHub
rodzic a8c4d578fe
commit aaab4ff0d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -197,7 +197,7 @@ Our end-to-end browser testing suite also uses `Jest <https://jestjs.io/>`_, com
$ npm --prefix client/tests/integration install
$ npm run test:integration
Integration tests target ``http://localhost:8000` by default. Use the ``TEST_ORIGIN`` environment variable to use a different port, or test a remote Wagtail instance: ``TEST_ORIGIN=http://localhost:9000 npm run test:integration``.
Integration tests target ``http://localhost:8000`` by default. Use the ``TEST_ORIGIN`` environment variable to use a different port, or test a remote Wagtail instance: ``TEST_ORIGIN=http://localhost:9000 npm run test:integration``.
Browser and device support
--------------------------