accidentally removed labelTests from Thorfile. aded it back

This commit is contained in:
Eric Rowell
2013-05-20 22:42:57 -07:00
parent ffbf0245e2
commit 2812a3d553

View File

@@ -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")