Files
rocm-systems/projects/rocprofiler-compute/grafana_plugins/svg_plugin/jest.config.js
T
JoseSantosAMD e0c4061b1c Adding config files
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>


[ROCm/rocprofiler-compute commit: d7ba2acec9]
2023-07-17 13:19:03 -05:00

9 lines
281 B
JavaScript

// force timezone to UTC to allow tests to work regardless of local timezone
// generally used by snapshots, but can affect specific tests
process.env.TZ = 'UTC';
module.exports = {
// Jest configuration provided by Grafana scaffolding
...require('./.config/jest.config'),
};