Files
shields/services/bountysource/bountysource.tester.js
2024-07-22 17:53:58 +00:00

12 lines
271 B
JavaScript

import { ServiceTester } from '../tester.js'
export const t = new ServiceTester({
id: 'bountysource',
title: 'Bountysource',
})
t.create('bounties').get('/team/mozilla-core/activity.json').expectBadge({
label: 'bountysource',
message: 'no longer available',
})