Rename source folders
This commit is contained in:
parent
29ddf807f0
commit
a260d611bd
31 changed files with 3 additions and 3 deletions
11
source/e2e/global.d.ts
vendored
Normal file
11
source/e2e/global.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
APP_PORT: string;
|
||||
HOST_IP: string;
|
||||
SELENIUM_SERVER_URL: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default global;
|
Loading…
Add table
Add a link
Reference in a new issue