Skip to content

Commit

Permalink
Atualiza yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayara Souza committed Apr 5, 2019
1 parent 3201304 commit 534ebb4
Show file tree
Hide file tree
Showing 5 changed files with 2,275 additions and 1,524 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Combobox deve possuir estrutura definida 1`] = `
>
<option
disabled={true}
key=""
selected={true}
value=""
/>
Expand Down
4 changes: 1 addition & 3 deletions src/reducers/denuncia/denunciaComSucessoReducer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import {
CRIAR_DENUNCIA_SUCESSO, LIMPA_ESTADO_ULTIMA_DENUNCIA
} from '../../actions/criarDenunciaActions';
import { CRIAR_DENUNCIA_SUCESSO, LIMPA_ESTADO_ULTIMA_DENUNCIA } from '../../actions/criarDenunciaActions';

const initialState = { denunciaCadastradaComSucesso: false };

Expand Down
4 changes: 1 addition & 3 deletions src/reducers/denuncia/denunciaComSucessoReducer.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { expect } from 'chai';
import denunciaCadastradaComSucesso from './denunciaComSucessoReducer';
import {
criarDenunciaRequisicao, criarDenunciaSucesso, limpaEstadoUltimaDencunciaCadastrada
} from '../../actions/criarDenunciaActions';
import { criarDenunciaRequisicao, criarDenunciaSucesso, limpaEstadoUltimaDencunciaCadastrada } from '../../actions/criarDenunciaActions';

describe('denunciaCadastradaComSucessoReducer', () => {
describe('Quando a action não é do tipo de denuncia cadastrada com sucesso', () => {
Expand Down
4 changes: 1 addition & 3 deletions src/sagas/denuncia/criar.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { call, put, take } from 'redux-saga/effects';
import { ref } from '../../utils/firebaseUtils';
import { CLASSIFICACAO_DENUNCIA } from '../../utils/constants';
import {
CRIAR_DENUNCIA_REQUISICAO, criarDenunciaSucesso
} from '../../actions/criarDenunciaActions';
import { CRIAR_DENUNCIA_REQUISICAO, criarDenunciaSucesso } from '../../actions/criarDenunciaActions';

const denunciaInicial = {
bairroAgressao: '',
Expand Down
Loading

0 comments on commit 534ebb4

Please sign in to comment.