Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
fix(package): Fix ci tests for new cubic-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaptard committed Jul 14, 2018
1 parent ebdadeb commit f3181b2
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
},
"scripts": {
"lint": "eslint --ignore-path .gitignore . --ignore-pattern /test/assets",
"test": "mocha --exit -s 60000 --timeout 60000 test/smoke/server.js"
"test": "mocha --exit -s 60000 --timeout 60000 test/smoke/server.js",
"semantic-release": "semantic-release"
},
"dependencies": {
"autoprefixer": "^8.6.5",
Expand Down Expand Up @@ -32,7 +33,7 @@
"vue-touch-hotfix": "^2.0.0-beta.4",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.15.1",
"webpack": "^4.16.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.3",
Expand All @@ -50,11 +51,11 @@
"type": "git",
"url": "https://github.com/cubic-js/cubic-ui.git"
},
"version": "1.4.4",
"version": "0.0.0-development",
"devDependencies": {
"cubic-api": "1.1.3",
"cubic-auth": "1.1.0",
"cubic-client": "1.0.9",
"cubic-client": "1.0.10",
"cubic-core": "1.1.0",
"cubic-defaults": "^1.0.7",
"cubic-loader": "1.1.1",
Expand All @@ -69,7 +70,7 @@
"request": "^2.87.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"semantic-release": "^15.6.3",
"semantic-release": "^15.7.1",
"vue-affix": "^0.2.4",
"vue-analytics": "^5.12.2",
"vue-observe-visibility": "^0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ before(async () => {
describe('Server', function () {
it('should become ready to connect to', async function () {
const client = new Client()
await client.connections()
await client.connecting
})

it('should serve UI on localhost:3000', async function () {
Expand Down

0 comments on commit f3181b2

Please sign in to comment.