apollo-server/packages/apollo-server-azure-functions/jest.config.js
Jesse Rosenberger 8c71adf2aa
azure-functions: Add missing test configuration files. (#2312)
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.
2019-02-13 20:24:32 +02:00

3 lines
112 B
JavaScript

const config = require('../../jest.config.base');
module.exports = Object.assign(Object.create(null), config);