start adding metadata tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {http, HttpResponse} from "msw";
|
||||
|
||||
export const trackerTestResponse = http.get('https://ngosang.github.io/trackerslist/trackers_all.txt', () => {
|
||||
return HttpResponse.text('http://tracker1.com\nhttp://tracker2.com')
|
||||
});
|
||||
Reference in New Issue
Block a user