This is a set of test cases bundled as UFC - universal flag configuration. The purpose of these test cases is to ensure SDK libraries are compliant with core application.
Node.JS v18, Jest v29, Typescript v4
- install dependencies by runnning CLI command
yarn install
. - Update content of the flags-v1.json.
- Validate tests by runnning CLI command
yarn run validate:tests
. - Obfuscate file flags-v1.json by runnning CLI command
yarn run obfuscate:ufc
. It will update file flags-v1-obfuscated.json with obfuscated version of the file flags-v1.json.