sasjs create demo -t jobs
cd demo/tests/jobs/extract
sasjs compile
What happens:
Jobs go to the correct folder - demo/sasjsbuild
Tests go to demo/tests/jobs/extract/sasjsbuild
What should happen:
Whenever running sasjs compile, in ANY subfolder (or sub sub sub folder) of a sasjs project, all content should be located in a sasjsbuild folder at the same level as sasjs/sasjsconfig.json
To reproduce:
What happens:
demo/sasjsbuild
demo/tests/jobs/extract/sasjsbuild
What should happen:
Whenever running
sasjs compile
, in ANY subfolder (or sub sub sub folder) of a sasjs project, all content should be located in asasjsbuild
folder at the same level assasjs/sasjsconfig.json