Priority package provides functionality to generate a fake priority value.
$ npm install --save @fakerjs/priority
import priority from '@fakerjs/priority';
priority();
//=> high
Run tests
npm run test
The MIT License (MIT) Copyright (c) Sergey Romanenko