Projects STRLCPY cfonts Commits 521afe94
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    nodejs/README.md
    skipped 99 lines
    100 100   
    101 101  ### Unit tests
    102 102   
    103  -The package comes with a bunch of [unit tests](./test/unit) that aim to cover 100% of the code base.
     103 +The package comes with a bunch of [unit tests](https://github.com/dominikwilkowski/cfonts/blob/released/nodejs/test/unit) that aim to cover 100% of the code base.
    104 104  For more details about the code coverage check out [coveralls](https://coveralls.io/github/dominikwilkowski/cfonts?branch=released).
    105 105   
    106 106  ```sh
    skipped 3 lines
    110 110  ### Type tests
    111 111   
    112 112  Since the code base uses [JSDocs](https://jsdoc.app/) we use [typescript](https://www.typescriptlang.org/) to test the inferred types from those comments.
    113  -Typescript [supports JSDocs](https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html#supported-jsdoc) and we use it in our [test](./package.json#L37).
     113 +Typescript [supports JSDocs](https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html#supported-jsdoc) and we use it in our [test](https://github.com/dominikwilkowski/cfonts/blob/released/nodejs/package.json#L37).
    114 114   
    115 115  ```sh
    116 116  npm run test:types
    skipped 1 lines
    118 118   
    119 119  ### Font file test
    120 120   
    121  -There is also a [test suite](./test/fonttest.js) for font files.
     121 +There is also a [test suite](https://github.com/dominikwilkowski/cfonts/blob/released/nodejs/test/fonttest.js) for font files.
    122 122   
    123 123  ```sh
    124 124  npm run test:fonts
    skipped 109 lines
  • ■ ■ ■ ■ ■ ■
    rust/README.md
    skipped 144 lines
    145 145   
    146 146  ### Unit tests
    147 147   
    148  -There are some [unit tests and integration tests](./tests) within the `./tests` folder.
     148 +There are some [unit tests and integration tests](https://github.com/dominikwilkowski/cfonts/blob/released/rust/tests) within the `tests` folder.
    149 149   
    150  -We also have an [end-to-end test script](./tests/end-to-end_test.rs) setup that runs on the binaries (on all platforms) and compares its output against fixtures and the output of the node implementation.
     150 +We also have an [end-to-end test script](https://github.com/dominikwilkowski/cfonts/blob/released/rust/tests/end-to-end_test.rs) setup that runs on the binaries (on all platforms) and compares its output against fixtures and the output of the node implementation.
    151 151   
    152 152  ## Release History
    153 153   
    skipped 13 lines
Please wait...
Page is in error, reload to recover