migrated Canvas, DragAndDrop, Global, and Tween tests to mocha

This commit is contained in:
Eric Rowell
2013-09-09 10:08:16 -07:00
parent c40fc7cf38
commit 1ea9e68ff6
8 changed files with 95 additions and 111 deletions

7
test/unit/Global-test.js Normal file
View File

@@ -0,0 +1,7 @@
suite('Global', function() {
// ======================================================
test('test Kinetic version number', function() {
assert.equal(Kinetic.version, 'dev');
});
});