mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
const { GoogleSocialLogin } = require("cypress-social-logins").plugins;
|
|
|
|
module.exports = (on, config) => {
|
|
on("task", {
|
|
GoogleSocialLogin: GoogleSocialLogin,
|
|
});
|
|
};
|