ko-component-tester icon indicating copy to clipboard operation
ko-component-tester copied to clipboard

:vertical_traffic_light: TDD Helpers for Knockout JS

Results 3 ko-component-tester issues
Sort by recently updated
recently updated
newest added

This file in /test ```js 'use strict' const { renderHtml } = require('ko-component-tester') ``` with the following package.json ```json { "name": "knockout-tests", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {...

One of the nice things about testing React components with Enzyme is that you can test your components as shallow. In this case, only the top level component gets rendered...