diff options
author | John Livingston <git@john-livingston.fr> | 2021-04-08 17:19:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-09 09:32:16 +0200 |
commit | 41137192096590b171563bc3161ede6f5c1d15db (patch) | |
tree | ce1eec2f632ef1f8286b1b55e12d89154930ec84 /server/tests/fixtures/peertube-plugin-test-unloading/package.json | |
parent | dc48fdbe68e9dd3a3a6028181e61d8595d98e654 (diff) | |
download | PeerTube-41137192096590b171563bc3161ede6f5c1d15db.tar.gz PeerTube-41137192096590b171563bc3161ede6f5c1d15db.tar.zst PeerTube-41137192096590b171563bc3161ede6f5c1d15db.zip |
Tests that show the bug.
Diffstat (limited to 'server/tests/fixtures/peertube-plugin-test-unloading/package.json')
-rw-r--r-- | server/tests/fixtures/peertube-plugin-test-unloading/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/server/tests/fixtures/peertube-plugin-test-unloading/package.json b/server/tests/fixtures/peertube-plugin-test-unloading/package.json new file mode 100644 index 000000000..7076d4b6f --- /dev/null +++ b/server/tests/fixtures/peertube-plugin-test-unloading/package.json | |||
@@ -0,0 +1,20 @@ | |||
1 | { | ||
2 | "name": "peertube-plugin-test-unloading", | ||
3 | "version": "0.0.1", | ||
4 | "description": "Plugin test (modules unloading)", | ||
5 | "engine": { | ||
6 | "peertube": ">=1.3.0" | ||
7 | }, | ||
8 | "keywords": [ | ||
9 | "peertube", | ||
10 | "plugin" | ||
11 | ], | ||
12 | "homepage": "https://github.com/Chocobozzz/PeerTube", | ||
13 | "author": "Chocobozzz", | ||
14 | "bugs": "https://github.com/Chocobozzz/PeerTube/issues", | ||
15 | "library": "./main.js", | ||
16 | "staticDirs": {}, | ||
17 | "css": [], | ||
18 | "clientScripts": [], | ||
19 | "translations": {} | ||
20 | } | ||