snapshot/src/index.js

11 lines
166 B
JavaScript
Raw Normal View History

"use strict";
2017-12-10 03:08:35 +00:00
// global cy, Cypress
const { functions } = require("./utils/index");
2017-12-10 03:22:23 +00:00
module.exports = {
register: functions.register,
tasks: functions.tasks
};