mirror of
https://github.com/knex/knex.git
synced 2025-07-24 17:31:01 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
// Test Constants
|
|
const TEST_TIMESTAMP = new Date();
|
|
const { DRIVER_NAMES } = require('../../lib/constants');
|
|
|
|
module.exports = {
|
|
TEST_TIMESTAMP,
|
|
DRIVER_NAMES,
|
|
};
|