test(Gmail Node): Add test coverage (no-changelog) (#12278)

This commit is contained in:
Elias Meire
2024-12-18 16:09:23 +01:00
committed by GitHub
parent 6ba91b5e1e
commit 5c445314f8
12 changed files with 3636 additions and 90 deletions

View File

@@ -1,3 +1,6 @@
// Avoid tests failing because of difference between local and GitHub actions timezone
process.env.TZ = 'UTC';
/** @type {import('jest').Config} */
module.exports = {
...require('../../jest.config'),