mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Drawing tests structure cleanup
This commit is contained in:
11
test/drawing/DrawingTests.casper.js
Normal file
11
test/drawing/DrawingTests.casper.js
Normal file
@ -0,0 +1,11 @@
|
||||
(typeof exports != "undefined" ? exports : pskl_exports).tests = [
|
||||
"pen.drawing.json",
|
||||
"color.picker.json",
|
||||
"frames.fun.json",
|
||||
"layers.fun.json",
|
||||
"move.json",
|
||||
"pen.secondary.color.json",
|
||||
"squares.circles.json",
|
||||
"stroke.json",
|
||||
"verticalpen.drawing.json"
|
||||
];
|
Reference in New Issue
Block a user