All files / @gce/relation/store constants.js

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 62x   2x 2x 2x  
export const STATE_KEY = '@gce/relation';
 
export const FETCH_INSUREDS = `${STATE_KEY}/fetch-insureds`;
export const SET_INSUREDS = `${STATE_KEY}/set-insureds`;
export const SET_LOADING = `${STATE_KEY}/set-loading`;