Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

File metadata and controls

13 lines (9 loc) · 325 Bytes

JavaScript Feature Management Validation Tests

This directory contains test cases to verify the correctness of the JavaScript Feature Management library against the files in the Samples directory.

Running the test

To run the tests, execute the following command:

npm install
npm run build
npm run test