We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4a49b commit 91a3260Copy full SHA for 91a3260
test/integration/package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "vizzu-integration.test",
3
"scripts": {
4
- "test": "node integration.test.js",
5
- "utest": "node node_modules/jest/bin/jest.js --config=modules/jest/jest.config.js"
+ "test": "echo \"Running Vizzu's integration test...\" && node test.js",
+ "utest": "echo \"Running unit test of Vizzu's integration test...\" && node node_modules/jest/bin/jest.js --config=modules/jest/jest.config.js"
6
},
7
"type": "commonjs",
8
"dependencies": {
test/integration/integration.test.js test/integration/test.jstest/integration/integration.test.js renamed to test/integration/test.js
0 commit comments