mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
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.
This commit is contained in:
parent
e7709588fb
commit
8c71adf2aa
2 changed files with 11 additions and 0 deletions
3
packages/apollo-server-azure-functions/jest.config.js
Normal file
3
packages/apollo-server-azure-functions/jest.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
const config = require('../../jest.config.base');
|
||||
|
||||
module.exports = Object.assign(Object.create(null), config);
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "../../../../tsconfig.test.base",
|
||||
"include": ["**/*"],
|
||||
"references": [
|
||||
{ "path": "../../" },
|
||||
{ "path": "../../../apollo-server-integration-testsuite" },
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue