redux-persist-transform-passwords
Version:
Store parts of your state tree in keytar
24 lines (18 loc) • 329 B
JavaScript
module.exports = (wallaby) => ({
name: 'redux-persist-transform-passwords',
files: [
'src/**/*.js'
],
tests: [
'test/**/*.js'
],
env: {
type: 'node',
runner: 'node',
params: { env: 'wallaby=true' }
},
testFramework: 'jest',
compilers: {
'**/*.js': wallaby.compilers.babel()
}
});