Skip to content

Commit

Permalink
add color space conversion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrbrandt committed Aug 16, 2014
1 parent 01bcbaf commit df6c318
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-assets-automation",
"version": "6.0.0",
"version": "7.0.0",
"description": "Automated testing for Photoshop Generator 'Asset Generation' plugin",
"main": "main.js",
"generator-core-version": "~3",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 5 additions & 0 deletions test/color-space-conversion-off/generator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"generator-assets": {
"convert-color-space": false
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 5 additions & 0 deletions test/color-space-conversion-on/generator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"generator-assets": {
"convert-color-space": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit df6c318

Please sign in to comment.