snapshot/src/index.js

8 lines
158 B
JavaScript
Raw Normal View History

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