Skip to main content

Documentation Index

Fetch the complete documentation index at: https://support.locker.io/llms.txt

Use this file to discover all available pages before exploring further.

Development

Install the required packages:
npm install

Running tests

Create a .env file with the required access keys (refer to .env.example). To run all tests, use:
npm test
To run specific tests, update 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'
]