#85 universal login across locales - test env

This commit is contained in:
Andrea Vos 2021-08-23 19:50:07 +02:00
parent ae46d7a8b2
commit 63f86edca7

View File

@ -18,6 +18,8 @@ const allVersionsUrls = buildList(function*() {
if (process.env.NODE_ENV === 'development') {
yield 'http://pronouns.test:3000';
yield 'http://localhost:3000';
} else if (process.env.NODE_ENV === 'test') {
// nothing
} else {
yield 'https://pronouns.page';
for (let loc in locales) {