Merge branch '45725-broken-master' into 'master'
Resolve "Broken master with `static_analysis` and `karma` being broken" Closes #45725 See merge request gitlab-org/gitlab-ce!18569
This commit is contained in:
commit
87cdd43b5d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import actions, { stageAllChanges, unstageAllChanges } from '~/ide/stores/actions';
|
||||
import actions, { stageAllChanges, unstageAllChanges, toggleFileFinder } from '~/ide/stores/actions';
|
||||
import store from '~/ide/stores';
|
||||
import * as types from '~/ide/stores/mutation_types';
|
||||
import router from '~/ide/ide_router';
|
||||
|
@ -343,7 +343,7 @@ describe('Multi-file store actions', () => {
|
|||
describe('toggleFileFinder', () => {
|
||||
it('commits TOGGLE_FILE_FINDER', done => {
|
||||
testAction(
|
||||
actions.toggleFileFinder,
|
||||
toggleFileFinder,
|
||||
true,
|
||||
null,
|
||||
[{ type: 'TOGGLE_FILE_FINDER', payload: true }],
|
||||
|
|
Loading…
Reference in a new issue