Skip to content

Commit aeb8017

Browse files
committed
Update CLI.spec.js
1 parent 238d681 commit aeb8017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/CLI.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ describe('execution', () => {
303303
});
304304
});
305305

306-
fit('can start Parse Server with auth via CLI', done => {
306+
it('can start Parse Server with auth via CLI', done => {
307307
const env = { ...process.env };
308308
env.NODE_OPTIONS = '--dns-result-order=ipv4first';
309309
childProcess = spawn(

0 commit comments

Comments
 (0)