test
Some checks failed
test / Run tests (push) Failing after 6s
build / Build (push) Failing after 9s
Some checks failed
test / Run tests (push) Failing after 6s
build / Build (push) Failing after 9s
This commit is contained in:
5
packages/chrome-extension-mock/downloads.ts
Normal file
5
packages/chrome-extension-mock/downloads.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export default class Downloads {
|
||||
download(_: any, callback: Function) {
|
||||
callback && callback();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user