mirror of
https://github.com/konvajs/konva.git
synced 2025-04-24 19:03:56 +08:00
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
Test.Modules.GLOBAL = {
|
|
'test Kinetic version number': function(containerId) {
|
|
test(Kinetic.version === '0.0.0', 'Kinetic.version should equal 0.0.0');
|
|
}
|
|
};
|