UNPKG

knockout-webpack-ts-quickstart

Version:

Quickstart project for knockout.js + TypeScript + decorators with Webpack2.

7 lines (4 loc) 220 B
// require all modules ending in ".spec" from the // current directory and all subdirectories by webpack. var testsContext = require.context("../src", true, /\.spec$/); testsContext.keys().forEach(testsContext);