Add test framework

This commit is contained in:
Chad Engler 2013-04-03 10:50:58 -04:00
parent 77bc786119
commit 41e8a6eafa
30 changed files with 2587 additions and 2 deletions

3
test/unit/Stage.js Normal file
View file

@ -0,0 +1,3 @@
define(function() {
Q.module('Stage');
});