mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-02-18 00:05:13 +00:00
remove env
This commit is contained in:
parent
f3054b79e0
commit
720e67c709
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ var by = require('selenium-webdriver').By,
|
||||||
until = require('selenium-webdriver').until,
|
until = require('selenium-webdriver').until,
|
||||||
Builder = require('selenium-webdriver').Builder;
|
Builder = require('selenium-webdriver').Builder;
|
||||||
|
|
||||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
|
||||||
|
|
||||||
describe('Application life cycle test', function () {
|
describe('Application life cycle test', function () {
|
||||||
this.timeout(0);
|
this.timeout(0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue