mozilla / page-metadata-service

DEPRECATED - A RESTful service that returns the metadata about a given URL.
Mozilla Public License 2.0
19 stars 8 forks source link

Use a function which returns sample data rather than using JSON serialization #40

Closed jaredlockhart closed 8 years ago

jaredlockhart commented 8 years ago

In our tests, rather than creating a global const for our sample data and then copying it via serialization, we should simply define a function which returns it so that it always generates a copy.