Results
No results found.
Install required packages.
npm installCreate a .env file with required access keys (refer to .env.example)
To run all tests, use:
npm testRun some tests only, please 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'
]