Move integration-testing-folder in tests-folder

Third part of reorganizing and cleaning up test-folders.
This commit is contained in:
Jakob Linskeseder
2021-12-22 20:53:29 +01:00
committed by Jay Linski
parent 715f4af179
commit edc65b5c19
33 changed files with 29 additions and 6 deletions
@@ -0,0 +1,16 @@
{
"name": "multi-nodejs-test",
"version": "1.0.0",
"description": "Simple integration test with all relevant NodeJS-versions.",
"keywords": [],
"author": "Nils Knappmeier",
"private": true,
"license": "MIT",
"dependencies": {
"handlebars": "file:../.."
},
"scripts": {
"test": "node run-handlebars.js",
"test-precompile": "handlebars precompile-test-template.txt.hbs"
}
}