This commit is contained in:
Eric Liu 2020-09-13 14:05:51 -07:00
commit d250a0c3cc
16 changed files with 167 additions and 155 deletions

View file

@ -18,4 +18,4 @@
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}
};