All files / nexshop-web-contents/src/constants duration-items.js

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 7 8 91x                
export const DURATION_ITEMS = [
    {value: 5   , text: '00:05'},
    {value: 10  , text: '00:10'},
    {value: 30  , text: '00:30'},
    {value: 60  , text: '01:00'},
    {value: 300 , text: '05:00'},
    {value: 600 , text: '10:00'},
    {value: 1800, text: '30:00'},
];