mirror of
https://github.com/knex/knex.git
synced 2025-07-17 22:11:24 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
![]() |
// Test Constants
|
||
|
const TEST_TIMESTAMP = new Date();
|
||
|
|
||
|
module.exports = { TEST_TIMESTAMP };
|