react-native-firebase/tests/lib/RunStatus.js

6 lines
77 B
JavaScript
Raw Normal View History

2017-04-23 19:22:19 +00:00
module.exports = {
RUNNING: 'running',
OK: 'success',
ERR: 'error',
};