mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 09:07:30 +08:00
changed around the logic from the previous pull, and also added spriteTests to the unit test build
This commit is contained in:
3
Thorfile
3
Thorfile
@@ -30,7 +30,8 @@ class Build < Thor
|
||||
"tests/js/unit/shapes/regularPolygonTests.js",
|
||||
"tests/js/unit/shapes/starTests.js",
|
||||
"tests/js/unit/shapes/textTests.js",
|
||||
"tests/js/unit/shapes/pathTests.js"
|
||||
"tests/js/unit/shapes/pathTests.js",
|
||||
"tests/js/unit/shapes/spriteTests.js"
|
||||
]
|
||||
|
||||
if !File.directory?("dist")
|
||||
|
||||
Reference in New Issue
Block a user