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.
2 parents 7826641 + e1385fa commit 91ae078Copy full SHA for 91ae078
test/unit/lib/configuration/variables/sources/instance-dependent/param.test.js
@@ -156,7 +156,7 @@ describe('test/unit/lib/configuration/variables/sources/instance-dependent/param
156
);
157
});
158
159
- it('should still resolve varibales when no Serverless instance is available', async () => {
+ it('should still resolve variables when no Serverless instance is available', async () => {
160
const { variablesMeta } = await runServerless({
161
cliParameters: ['timeout=10'],
162
resolveWithoutInstance: true,
0 commit comments