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 1f40c0a commit 17e5686Copy full SHA for 17e5686
src/cloud/main.js renamed to spec/cloud/main.js
spec/helper.js
@@ -10,7 +10,7 @@ var ParseServer = require('../src/index').ParseServer;
10
var DatabaseAdapter = require('../src/DatabaseAdapter');
11
12
var databaseURI = process.env.DATABASE_URI;
13
-var cloudMain = process.env.CLOUD_CODE_MAIN || './cloud/main.js';
+var cloudMain = process.env.CLOUD_CODE_MAIN || '../spec/cloud/main.js';
14
var port = 8378;
15
16
// Default server configuration for tests.
0 commit comments