Projects STRLCPY cfonts Commits bd4910fe
🤬
  • ■ ■ ■ ■ ■ ■
    nodejs/README.md
    skipped 90 lines
    91 91  | Linux | v12 |
    92 92  | Linux | v14 |
    93 93  | Linux | v16 |
    94  -| OSX | v10 |
    95  -| OSX | v12 |
    96  -| OSX | v16 |
    97  -| Windows | v10 |
     94 +| MacOS | v12 |
     95 +| MacOS | v14 |
     96 +| MacOS | v16 |
    98 97  | Windows | v12 |
     98 +| Windows | v14 |
    99 99  | Windows | v16 |
    100 100   
    101 101  ### Unit tests
    102 102   
    103  -The package comes with a bunch of [unit tests](https://github.com/dominikwilkowski/cfonts/tree/released/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
    114  -[test](https://github.com/dominikwilkowski/cfonts/blob/released/nodejs/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).
    115 114   
    116 115  ```sh
    117 116  npm run test:types
    skipped 117 lines
  • ■ ■ ■ ■ ■ ■
    rust/README.md
    skipped 134 lines
    135 135   
    136 136  ## Tests
    137 137   
    138  -All tests are run via for the below platforms with our [CI](https://github.com/dominikwilkowski/cfonts/tree/released/.github/workflows/testing.yml).
     138 +All tests are run on the below platforms with our [CI](https://github.com/dominikwilkowski/cfonts/tree/released/.github/workflows/testing.yml).
    139 139   
    140 140  | Platform |
    141 141  |----------|
    142 142  | Linux |
    143  -| OSX |
     143 +| MacOS |
    144 144  | Windows |
    145 145   
    146 146  ### Unit tests
    147 147   
    148  -There are some unit tests and some integration 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/index.js) setup that runs on the binaries (on all platforms) and compares its output against fixtures and the output of the node implementation.
    151  - 
     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.
    152 151   
    153 152  ## Release History
    154 153   
    skipped 13 lines
Please wait...
Page is in error, reload to recover