Closed allanbowe closed 2 years ago
To reproduce - clone the sasjs/core library and run npm i && sasjs cbd && sasjs test
npm i && sasjs cbd && sasjs test
The tests are failing due to a missing mp_init.sas dependency
mp_init.sas
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:
:tada: This issue has been resolved in version 3.10.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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
dependencyThis 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: