12 lines
271 B
JavaScript
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',
|
|
})
|