blinksocks/test
2017-12-19 11:24:21 +08:00
..
common test: update 2017-11-04 22:00:38 +08:00
presets presets,test: remove base-auth-stream and base-with-padding 2017-12-19 11:24:21 +08:00
tmp test: add tests for several presets 2017-09-14 13:44:18 +08:00
README.md test: add tests for several presets 2017-09-14 13:44:18 +08:00

End-to-End Tests

This directory contains code and data used to test the blinksocks implementation.

unit tests are located in src/**/__tests__/*.test.js.

Test Directories

Directory Purpose
tmp temporary files
common common utilities
presets e2e tests for "src/presets"

Test Instruction

The following command run all test suites ended with .test.js and generate test coverage to coverage/. You can open coverage/lcov-report/index.html to see detailed coverage report.

$ yarn test