Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
"use strict";
/* global __dirname */
const sharedJestConfig = require(
`${__dirname}/../../../shared/test-helpers/shared-jest.config`
);
module.exports = {
...sharedJestConfig,
};