func (s *ProcessingOptionsTestSuite) TestProcessingOptionsClone() { now := time.Now() // Create Options using parser original := s.parser().NewProcessingOptions() original.SkipProcessingFormats = []imagetype.Type{ imagetype.PNG, imagetype.JPEG, } original.UsedPresets = []string{"preset1", "p
(t *testing.T)
| 792 | // } |
| 793 | |
| 794 | func TestProcessingOptions(t *testing.T) { |
| 795 | suite.Run(t, new(ProcessingOptionsTestSuite)) |
| 796 | } |