fix(test): now cloning testing dependencies into ./.nogit/

This commit is contained in:
Philipp Kunz 2018-08-04 14:28:06 +02:00
parent 662c472055
commit 88924183ce
2 changed files with 3 additions and 4 deletions

View File

@ -9,9 +9,9 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(npm run prepareTest && npm run tstest && npm run cleanUp)", "test": "(npm run prepareTest && npm run tstest && npm run cleanUp)",
"prepareTest": "cd test/ && git clone git@gitlab.com:sandboxzone/sandbox-npmts.git && cd sandbox-npmts && npm install", "prepareTest": "git clone git@gitlab.com:sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install",
"tstest": "cd test/sandbox-npmts && node ../../cli.ts.js test/", "tstest": "cd .nogit/sandbox-npmts && node ../../cli.ts.js test/",
"cleanUp": "cd test/ && rm -rf sandbox-npmts", "cleanUp": "rm -rf .nogit/sandbox-npmts",
"format": "(gitzone format)", "format": "(gitzone format)",
"build": "echo \"Not needed for now\"" "build": "echo \"Not needed for now\""
}, },

@ -1 +0,0 @@
Subproject commit 0d623adeab09ca0861da5b669454aaa24d8f3669