mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
accidentally removed labelTests from Thorfile. aded it back
This commit is contained in:
3
Thorfile
3
Thorfile
@@ -36,7 +36,8 @@ class Build < Thor
|
||||
"tests/js/unit/plugins/pathTests.js",
|
||||
"tests/js/unit/plugins/regularPolygonTests.js",
|
||||
"tests/js/unit/plugins/starTests.js",
|
||||
"tests/js/unit/plugins/textPathTests.js"
|
||||
"tests/js/unit/plugins/textPathTests.js",
|
||||
"tests/js/unit/plugins/labelTests.js"
|
||||
]
|
||||
|
||||
if !File.directory?("dist")
|
||||
|
Reference in New Issue
Block a user