Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tests

There are no tests yet 😢

To test the features of this library, we need to develop mock version of pcsclite library to simulate cards. Feel free to contribute.


We are going to use AVA: Futuristic JavaScript test runner.

It is fully set up, so you can already run tests with:

npm run test

It is a shortcut for cross-env NODE_ENV=test ava test --verbose which runs all the tests in the test folder (except for helpers, fixtures folders as well as files prefixed with _).