mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
migrated Canvas, DragAndDrop, Global, and Tween tests to mocha
This commit is contained in:
7
test/unit/Global-test.js
Normal file
7
test/unit/Global-test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
suite('Global', function() {
|
||||
|
||||
// ======================================================
|
||||
test('test Kinetic version number', function() {
|
||||
assert.equal(Kinetic.version, 'dev');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user