manual lint
This commit is contained in:
parent
1654234e32
commit
1c53ac84cc
36 changed files with 204 additions and 107 deletions
6
test/fixtures/setup_test.js
vendored
6
test/fixtures/setup_test.js
vendored
|
|
@ -12,7 +12,11 @@ const applyAfterStore = (store, afterStore) => {
|
|||
return store
|
||||
}
|
||||
|
||||
const getDefaultOpts = ({ afterStore = () => {} } = {}) => ({
|
||||
const getDefaultOpts = ({
|
||||
afterStore = () => {
|
||||
/* no-op */
|
||||
},
|
||||
} = {}) => ({
|
||||
global: {
|
||||
plugins: [
|
||||
applyAfterStore(makeMockStore(), afterStore),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue