Skip to content

nomilous/objective_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

objective_dev

NOT READY YET

Still some quirks!

An objective plugin for testing.

Build Status

Quickstart

sudo npm install objective --global
cd myNewProject
objective --create-dev # --js --json

objective

todo, make does = must, stub = can, spy remains spy

todo, fix broken reload, sometimes running old test on changed, use --once for now

? todo, it(function() {to('reason'); and('additional info'); })

todo, expectations fail if met out of sequence

todo, does(ex,pec,tations).then(done);

todo, mock accepts promise

todo, contextwide timeout adjustment

todo, done.split() for multiple done(s) in single test

todo, test without done() don't fail propertly

todo, add ref to test's this so that _this = this isn't needed