add constants file, update jobs and test
This commit is contained in:
7
src/helpers/constants.js
Normal file
7
src/helpers/constants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const constants = {
|
||||
JOB_STATUS_PENDING: 0,
|
||||
JOB_STATUS_PROCESSING: 1,
|
||||
JOB_STATUS_COMPLETED: 2,
|
||||
};
|
||||
|
||||
export default constants;
|
||||
Reference in New Issue
Block a user