2020-03-24 02:54:01 +05:45
|
|
|
// Test Constants
|
|
|
|
const TEST_TIMESTAMP = new Date();
|
2021-03-08 07:16:07 -05:00
|
|
|
const { DRIVER_NAMES } = require('../../lib/constants');
|
2020-03-24 02:54:01 +05:45
|
|
|
|
2021-03-08 07:16:07 -05:00
|
|
|
module.exports = {
|
|
|
|
TEST_TIMESTAMP,
|
|
|
|
DRIVER_NAMES,
|
|
|
|
};
|