1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

VNC plugin should have its own folder since it'll need supporting files.

This commit is contained in:
Simo Kinnunen 2015-09-07 10:51:25 +09:00
parent 87e80ecb00
commit 045737e4bf

View file

@ -0,0 +1,10 @@
var syrup = require('stf-syrup')
var Promise = require('bluebird')
var _ = require('lodash')
var logger = require('../../../util/logger')
module.exports = syrup.serial()
.define(function(options) {
})