sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

`sasjs compile` ignores testConfig.initProgram dependencies #1164

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

To reproduce - clone the sasjs/core library and run npm i && sasjs cbd && sasjs test

The tests are failing due to a missing mp_init.sas dependency

This dependency is listed in this file: https://github.com/sasjs/core/blob/main/tests/testinit.sas

Which is configured in the root of the sasjsConfig under testConfig here: https://github.com/sasjs/core/blob/main/sasjs/sasjsconfig.json#L25

Tasks:

ghost commented 2 years ago

:tada: This issue has been resolved in version 3.10.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: