Init commit
This commit is contained in:
12
packages/tests/fixtures/peertube-plugin-test-broken/main.js
vendored
Normal file
12
packages/tests/fixtures/peertube-plugin-test-broken/main.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
async function register (options) {
|
||||
options.unknownFunction()
|
||||
}
|
||||
|
||||
async function unregister () {
|
||||
return
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
register,
|
||||
unregister
|
||||
}
|
||||
Reference in New Issue
Block a user