Skip to content

Commit

Permalink
release(version): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Jul 18, 2019
1 parent fb8696c commit 979b2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pretest:
@node ./node_modules/.bin/tslint -p ./tsconfig.json "./src/**/*.ts" "./test/**/*.ts"
test:
@node node_modules/.bin/jest --forceExit
@node node_modules/.bin/jest
coveralls:
cat ./coverage/lcov.info | node ./node_modules/.bin/coveralls
commonjs:
Expand Down
1 change: 1 addition & 0 deletions test/integration/rx-socket-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { webSocket } from '../../src';

describe('- Integration rx-socket-client.test.ts file', () => {
beforeEach(() => jest.setTimeout(300000));
afterAll(() => setTimeout(() => process.exit(), 1000));
/**
* Test if `webSocket` can connect to server and status is connected
*/
Expand Down

0 comments on commit 979b2b3

Please sign in to comment.