mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-09 09:13:10 +00:00
fix: remove unused env vars
This commit is contained in:
parent
8338b43cb4
commit
fa47c0fd2a
@ -13,9 +13,7 @@ if (!process.env.CI) {
|
||||
}
|
||||
|
||||
const EXAMPLE_PORT = process.env.EXAMPLE_PORT || "8080";
|
||||
// web-chat specific thingy
|
||||
const EXAMPLE_TEMPLATE = process.env.EXAMPLE_TEMPLATE || "";
|
||||
const BASE_URL = `http://127.0.0.1:${EXAMPLE_PORT}/${EXAMPLE_TEMPLATE}`;
|
||||
const BASE_URL = `http://127.0.0.1:${EXAMPLE_PORT}`;
|
||||
// Ignore docker-based tests on CI
|
||||
const TEST_IGNORE = process.env.CI ? ["tests/docker-*.spec.ts"] : [];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user