Skip to content

Commit 91a3260

Browse files
committed
integration test: rename main
1 parent cb4a49b commit 91a3260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vizzu-integration.test",
33
"scripts": {
4-
"test": "node integration.test.js",
5-
"utest": "node node_modules/jest/bin/jest.js --config=modules/jest/jest.config.js"
4+
"test": "echo \"Running Vizzu's integration test...\" && node test.js",
5+
"utest": "echo \"Running unit test of Vizzu's integration test...\" && node node_modules/jest/bin/jest.js --config=modules/jest/jest.config.js"
66
},
77
"type": "commonjs",
88
"dependencies": {

0 commit comments

Comments
 (0)