mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
1f7dd12315
Co-authored-by: John Hill <john.c.hill@nasa.gov>
10 lines
263 B
JavaScript
10 lines
263 B
JavaScript
/**
|
|
* Constants which may be used across all e2e tests.
|
|
*/
|
|
|
|
/**
|
|
* Time Constants
|
|
* - Used for overriding the browser clock in tests.
|
|
*/
|
|
export const MISSION_TIME = 1732413600000; // Saturday, November 23, 2024 6:00:00 PM GMT-08:00 (Thanksgiving Dinner Time)
|