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