mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00

These missing configurations, which weren't identified in the original implementation of `apollo-server-azure-functions` in #1926, are responsible for the failures which have surfaced in the #2228, which updates Jest to v24.x.
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
const config = require('../../jest.config.base');
|
|
|
|
module.exports = Object.assign(Object.create(null), config);
|