GeoJSON tailored matchers used to extend the Jest testing framework. All
matchers should return an object like the examples below.
Examples
// Passing
{ pass: true, message: () => 'This test passed' }
// Failing
{ pass: false, message: () => 'This test failed' }