UNPKG

observe

Version:

A powerful, pragmatic implementation of the observer pattern for javascript objects and arrays.

9 lines (4 loc) 151 B
"use strict"; var Unit = require('deadunit') var tests = require('./observe.tests') Unit.test("Testing observe", tests).writeConsole(1000)