There was an error while loading. Please reload this page.
1 parent 238d681 commit aeb8017Copy full SHA for aeb8017
spec/CLI.spec.js
@@ -303,7 +303,7 @@ describe('execution', () => {
303
});
304
305
306
- fit('can start Parse Server with auth via CLI', done => {
+ it('can start Parse Server with auth via CLI', done => {
307
const env = { ...process.env };
308
env.NODE_OPTIONS = '--dns-result-order=ipv4first';
309
childProcess = spawn(
0 commit comments