mirror of
https://github.com/konvajs/konva.git
synced 2026-02-25 21:52:43 +08:00
adding unit tests and functional tests. Need to add more tests when possible.
This commit is contained in:
16
tests/unitTests.html
Normal file
16
tests/unitTests.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css"href="base.css">
|
||||
<script src="../dist/kinetic-v3.8.3.js"></script>
|
||||
<script src="unitTests.js"></script>
|
||||
<script src="testMethods.js"></script>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
var test = new Test();
|
||||
test.run();
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body onmousedown="return false;"></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user