Dropped require-kernel and etherpad-yamsl (#6520)

* Dropped require-kernel and etherpad-yamsl

* Removed tests

---------

Co-authored-by: SamTv12345 <samtv12345@samtv12345.com>
This commit is contained in:
SamTV12345 2024-07-18 10:06:33 +02:00 committed by GitHub
parent 983b799231
commit b1139e1aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 212 deletions

View file

@ -187,7 +187,6 @@ $(() => (async () => {
// mutates the module definition function to temporarily replace Mocha's functions with
// placeholders. The placeholders make it possible to defer the actual Mocha function calls until
// after the modules are all loaded in parallel. require.setGlobalKeyPath() is used to coax
// require-kernel into using the wrapper define() method instead of require.define().
// Per-module log of attempted Mocha function calls. Key is module path, value is an array of
// [functionName, argsArray] arrays.