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