## Knockout.js

This is the package for Knockout.js proper, compiled from the monorepo at
https://github.com/knockout/tko


## Test

The tests in this directory are from Knockout 3.x series (subject to noted modifications), to ensure backwards compatibility.

Commands for building & testing:

```
Build all:
$ make

Test once.
$ make test
```

