mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Cover change password with e2e tests
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
// };
|
||||
const wp = require('@cypress/webpack-preprocessor');
|
||||
|
||||
// for some reason loader can not locate babel.config. So we
|
||||
const config = require('../../../babel.config');
|
||||
|
||||
module.exports = on => {
|
||||
const options = {
|
||||
webpackOptions: {
|
||||
@@ -38,6 +41,7 @@ module.exports = on => {
|
||||
options: {
|
||||
envName: 'webpack',
|
||||
cacheDirectory: true,
|
||||
...config,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user