Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 307 Bytes

TEST.md

File metadata and controls

13 lines (8 loc) · 307 Bytes

Test

EN | KR

We write unit tests for all functions in FxSVG.

Unit test file name is name.spec.js. The test file is in the same directory where the function file(name.index.js) is.

When you run tests,

  1. run npm run test:server
  2. go to http://localhost:8080/test