Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Color in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusprubio committed Jul 30, 2018
1 parent 6acb88d commit 5a578bc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/qiskit-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive --timeout 8000 test"
"test": "mocha --recursive --timeout 8000 test --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-devs-anu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test --timeout 20000"
"test": "mocha --recursive test --timeout 20000 --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-devs-ibm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test --timeout 20000"
"test": "mocha --recursive test --timeout 20000 --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-devs-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test --timeout 20000"
"test": "mocha --recursive test --timeout 20000 --color"
},
"keywords": [
"quantum",
Expand Down
6 changes: 4 additions & 2 deletions packages/qiskit-devs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test --timeout 20000"
"test": "mocha --recursive test --timeout 20000 --color"
},
"keywords": [
"quantum",
Expand All @@ -31,7 +31,9 @@
"url": "https://github.com/Qiskit/qiskit-js/issues"
},
"dependencies": {
"@qiskit/cloud": "^0.3.0",
"@qiskit/devs-js": "^0.3.0",
"@qiskit/devs-anu": "^0.3.0",
"@qiskit/devs-ibm": "^0.3.0",
"@qiskit/utils": "^0.3.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-qasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive --timeout 8000 test"
"test": "mocha --recursive --timeout 8000 test --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test"
"test": "mocha --recursive test --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test"
"test": "mocha --recursive test --color"
},
"keywords": [
"quantum",
Expand Down
2 changes: 1 addition & 1 deletion packages/qiskit-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test"
"test": "mocha --recursive test --color"
},
"keywords": [
"quantum",
Expand Down

0 comments on commit 5a578bc

Please sign in to comment.