From 41137192096590b171563bc3161ede6f5c1d15db Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 8 Apr 2021 17:19:12 +0200 Subject: Tests that show the bug. --- server/tests/fixtures/peertube-plugin-test-unloading/lib.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 server/tests/fixtures/peertube-plugin-test-unloading/lib.js (limited to 'server/tests/fixtures/peertube-plugin-test-unloading/lib.js') diff --git a/server/tests/fixtures/peertube-plugin-test-unloading/lib.js b/server/tests/fixtures/peertube-plugin-test-unloading/lib.js new file mode 100644 index 000000000..f57e7cb01 --- /dev/null +++ b/server/tests/fixtures/peertube-plugin-test-unloading/lib.js @@ -0,0 +1,2 @@ +const d = new Date() +exports.value = d.getTime() -- cgit v1.2.3