Skip to content

Commit

Permalink
Fix [email protected] breaking tests (#33809)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored Oct 23, 2023
1 parent 78706e2 commit 2d5e583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = require('@gravitational/build/jest/config');

process.env.TZ = 'UTC';

const esModules = ['strip-ansi', 'ansi-regex'].join('|');
const esModules = ['strip-ansi', 'ansi-regex', 'd3-color'].join('|');

/** @type {import('@jest/types').Config.InitialOptions} */
module.exports = {
Expand Down

0 comments on commit 2d5e583

Please sign in to comment.