diff --git a/package.json b/package.json index 46135c847c..f0715baa72 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "test:app:start": "docker-compose -f test/docker/app.yml up -d", "test:app:rebuild": "npm run build && docker-compose -f test/docker/app.yml up -d --build", "test:app:stop": "docker-compose -f test/docker/app.yml down", - "test": "npm run test:app:rebuild && npm run test:interation && npm run test:app:stop", + "test": "npm run test:app:rebuild && npm run test:integration && npm run test:app:stop", "test:db": "npm run test:db:mysql && npm run test:db:postgres && npm run test:db:mongodb && npm run test:db:mssql", "test:db:mysql": "node test/mysql.js", "test:db:postgres": "node test/postgres.js", "test:db:mongodb": "node test/mongodb.js", "test:db:mssql": "node test/mssql.js", - "test:interation": "mocha test/integration", + "test:integration": "mocha test/integration", "db:start": "docker-compose -f test/docker/databases.yml up -d", "db:stop": "docker-compose -f test/docker/databases.yml down", "prepublishOnly": "npm run build",