Development
Install the required packages:Running tests
Create a.env file with the required access keys (refer to .env.example).
To run all tests, use:
mocharc.js:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Guide to setting up the development environment and running tests for the Locker Secrets NodeJS SDK
npm install
.env file with the required access keys (refer to .env.example).
To run all tests, use:
npm test
mocharc.js:
ignore: [
// './tests/index.spec.ts', // Comment the file you want to test
'./tests/sync.spec.ts',
'./tests/invalid.spec.ts',
'./tests/readonly.spec.ts'
]