snapshot/src/index.js

11 lines
163 B
JavaScript
Raw Normal View History

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