]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/fixtures/peertube-plugin-test-unloading/lib.js
Tests that show the bug.
[github/Chocobozzz/PeerTube.git] / server / tests / fixtures / peertube-plugin-test-unloading / lib.js
1 const d = new Date()
2 exports.value = d.getTime()