Easy Inline Testing with Tape Integration


Summary of my bookmarked Github repositories from Jul 5th, 2017

Github repositories

  • badNboji/tapered-js

    tapered.js is a tool that enables easy inline test writing by generating Tape test files from test code written within comments. To get started, install tapered.js using npm. Then, modify your .babelrc file and webpack.config file to include the necessary configurations. You can write your tapered tests in block comments and they will be transpiled to Tape code. The API reference provides syntax and examples for writing tests, including assertions like equal, notEqual, deepEqual, and notDeepEqual. With tapered.js, you can streamline the process of writing tests for your code.