We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4008c66 commit 1435e75Copy full SHA for 1435e75
tests/e2e/tests/startupCalls.js
@@ -87,6 +87,7 @@ module.exports = {
87
}, ourTimeout);
88
89
/*
90
+ // templates are lazy loaded
91
test('Templates', async () => {
92
const responseEnv = await responses.templates;
93
expect(Array.isArray(responseEnv.data)).toBeTruthy();
0 commit comments