mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 21:34:50 +08:00
dev version will now be 0.0.0 instead of current. current is an invalid value for the version key in the package.json file for grunt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Test.Modules.GLOBAL = {
|
||||
'test Kinetic version number': function(containerId) {
|
||||
test(Kinetic.version === 'current', 'Kinetic.version should equal current');
|
||||
test(Kinetic.version === '0.0.0', 'Kinetic.version should equal 0.0.0');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user