Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 188 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 188 Bytes

build

% npm run build

test

% npm test (for all tests)
% npx jest tests/xxx.test.ts (for each test)

or

% npx http-server -o coverage/lcov-report