Files
rocm-systems/grafana_plugins/svg_plugin/jest.config.js
T

9 строки
281 B
JavaScript
Исходник Обычный вид История

2023-07-17 13:19:03 -05:00
// 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'),
};