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 d84bde3 commit 83069bcCopy full SHA for 83069bc
spec/CloudCode.spec.js
@@ -39,12 +39,6 @@ describe('Cloud Code', () => {
39
});
40
41
42
- it('can throw with invalid cloud', async () => {
43
- await expectAsync(reconfigureServer({ cloud: [] })).toBeRejectedWith(
44
- "argument 'cloud' must either be a string or a function"
45
- );
46
- });
47
-
48
it('can load cloud code as a module', async () => {
49
process.env.npm_package_type = 'module';
50
await reconfigureServer({ cloud: './spec/cloud/cloudCodeModuleFile.js' });
0 commit comments