mirror of
https://github.com/datashard/snapshot.git
synced 2025-06-18 09:37:22 +00:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
// global cy, Cypress
|
|
const { functions } = require("./utils/index");
|
|
|
|
module.exports = {
|
|
register: functions.register,
|
|
tasks: functions.tasks,
|
|
};
|