mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:17:49 +08:00
added custom buffer drawing function functional tests. Added an index page with links to all of the KineticJS tests inside the tests directory
This commit is contained in:
12
tests/html/index.html
Normal file
12
tests/html/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE>
|
||||
<html>
|
||||
<body>
|
||||
<h1>KineticJS Test Suite</h1>
|
||||
<ul>
|
||||
<li><a href="unitTests.html">Unit Tests</a></li>
|
||||
<li><a href="functionalTests.html">Functional Tests</a></li>
|
||||
<li><a href="manualTests.html">Manual Tests</a></li>
|
||||
<li><a href="performanceTests.html">Performance Tests</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user