Skip to content

Commit 26489f1

Browse files
committed
use 'before' instead of 'it' for starting server
1 parent 987ea27 commit 26489f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-server/test/basic-server-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let testServer;
2929
let url;
3030

3131
describe('# basic server tests', () => {
32-
it('server should start without exceptions', (done) => {
32+
before((done) => {
3333
let options = {
3434
baseSchema,
3535
resolvers,

0 commit comments

Comments
 (0)