test: add simple gitlab-ci file
This commit is contained in:
@@ -14,6 +14,8 @@ const applinks = require('../applinks.js'),
|
||||
describe('Applinks', function () {
|
||||
const { setup, cleanup } = common;
|
||||
|
||||
this.timeout(10000);
|
||||
|
||||
before(setup);
|
||||
after(cleanup);
|
||||
|
||||
@@ -30,7 +32,7 @@ describe('Applinks', function () {
|
||||
};
|
||||
|
||||
const APPLINK_2 = {
|
||||
upstreamUri: 'https://google.com'
|
||||
upstreamUri: 'https://google.de'
|
||||
};
|
||||
|
||||
const APPLINK_3 = {
|
||||
|
||||
Reference in New Issue
Block a user