blinksocks/test
2017-10-20 10:53:11 +08:00
..
common core: move middleware creation from relay to pipe 2017-10-20 10:53:11 +08:00
presets test: add tests for v2ray-vmess.js, defs.js and middleware.js 2017-10-17 10:14:17 +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