Files
shields/services/wheelmap/wheelmap.tester.js
chris48s 9eaa2ed507 deprecate [wheelmap] service (#10538)
* deprecate [wheelmap] service

* remove app.json
2024-09-15 15:20:22 +00:00

11 lines
283 B
JavaScript

import { ServiceTester } from '../tester.js'
export const t = new ServiceTester({
id: 'Wheelmap',
title: 'Wheelmap',
pathPrefix: '/wheelmap/a',
})
t.create('wheelmap (deprecated)')
.get('/26699541.json')
.expectBadge({ label: 'wheelmap', message: 'no longer available' })