snapshot/src/index.js

11 lines
173 B
JavaScript
Raw Normal View History

2023-02-20 18:17:38 +00:00
'use strict'
// global cy, Cypress
const { functions } = require('./utils/index')
module.exports = {
register: functions.register,
tasks: functions.tasks
}