This commit is contained in:
Anton Lavrenov
2020-05-08 09:59:35 -05:00
parent a2adcf5f17
commit d5481b1b72
78 changed files with 3714 additions and 3711 deletions

View File

@@ -1,11 +1,11 @@
suite('Global', function() {
suite('Global', function () {
// ======================================================
test('test Konva version number', function() {
test('test Konva version number', function () {
assert.equal(!!Konva.version, true);
});
// ======================================================
test('getAngle()', function() {
test('getAngle()', function () {
// test that default angleDeg is true
assert.equal(Konva.angleDeg, true);
assert.equal(Konva.getAngle(180), Math.PI);
@@ -18,7 +18,7 @@ suite('Global', function() {
});
// ======================================================
test('UA tests', function() {
test('UA tests', function () {
var ua;
// Chrome 34.0.1847.137 m